Forums

Bash Console Error

I am getting the following errors when I run pip install -r requirements.txt after cloning the Git code. Please help

ERROR: Could not find a version that satisfies the requirement anaconda-anon-usage==0.4.3 (from versi ons: none) ERROR: No matching distribution found for anaconda-anon-usage==0.4.3

There is no package on PYPI with a name like that.

I am new to pythonanywhere. Is this because my computer python version is 3.11 where requirement.txt is generated whereas in pythonanywhere Python: 3.10 / 3.9 / 3.8 / 3.7 / 3.6. Anyway how to install package on PYPI? Please help.

We have a help page that addresses the various ways that you can install modules on PythonAnywhere here: http://help.pythonanywhere.com/pages/InstallingNewModules/

Yes, I tried installing the package, anaconda-anon-usage==0.4.3 in my virtualenv but still getting the following error. Here is the screenshot. Please help.

(my-virtualenv) 14:48 ~ $ pip install anaconda-anon-usage==0.4.3 Looking in links: /usr/share/pip-wheels ERROR: Could not find a version that satisfies the requirement anaconda-anon-usage==0.4.3 (from versions: none) ERROR: No matching distribution found for anaconda-anon-usage==0.4.3

I can't find a package called anaconda-anon-usage on PyPI. Where are you installing that package from normally?

in my virtualenv. Where should I do it? Can you help?

I think Giles asked where are you installing from, not where to.