Hi,
I'm testing the possibility to use Django 1.7 and Matplotlib in PythonAnywhere. When trying to install Matplotlib, I get the following error message:
Could not find any downloads that satisfy the requirement six>=1.4 (from matplotlib)
Some externally hosted files were ignored (use --allow-external six to allow).
Trying the suggested command still gives the same error:
pip install matplotlib --allow-external six
Any idea if this is caused by a missing six package. It looks like pip packages are downloaded from a PythonAnywhere repository. And also how to fix it ?