1

ERROR: Could not find a version that satisfies the requirement anymail (from versions: none) ERROR: No matching distribution found for anymail

Can anyone help me with this

2 Answers2

1
pip install django-anymail

Some Python packages have a different name with which to install them

M.J.GH.PY
  • 75
  • 7
  • (Anymail maintainer here) This is the correct answer. See [Anymail installation docs](https://anymail.dev/en/stable/installation/) for additional info. – medmunds Apr 01 '23 at 20:14
0

try upgrading your pip pip install --upgrade pip

note: you may need to check your other packages after the upgrade

Benzy
  • 1
  • 2