error when installing some package but its actualy existing example django-ajax-filtered-fields==0.5
Downloading/unpacking django-aja
Note that this error may also occure because you are using too old version of pip. Then it can be solved by:
pip install --upgrade pip
You can check your version by:
pip --version