pmclanahan / django-celery-email

A Django email backend that uses a celery task for sending the email.
BSD 3-Clause "New" or "Revised" License
477 stars 108 forks source link

"Could not find any downloads that satisfy the requirement django-celery-email" #16

Closed ebertti closed 8 years ago

ebertti commented 9 years ago

Hi, I getting this error on pip install django-celery-email

pip install django-celery-email       
Downloading/unpacking django-celery-email
  Cannot fetch index base URL https://pypi.python.org/simple/
  Could not find any downloads that satisfy the requirement django-celery-email
Cleaning up...
No distributions at all found for django-celery-email
Storing debug log for failure in pip.log
kevin-brown commented 9 years ago

Looks like this might be a pip error on your end.

Cannot fetch index base URL https://pypi.python.org/simple/

This Stack Overflow post may be helpful.