[Answered ]-Getting this error when tried to install using pip install anymail

1👍

pip install django-anymail

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

0👍

try upgrading your pip pip install --upgrade pip

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

👤Benzy

Leave a comment