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
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
pip install django-anymail
Some Python packages have a different name with which to install them
try upgrading your pip pip install --upgrade pip
note: you may need to check your other packages after the upgrade