'Looking in links: /usr/share/pip-wheels
I was using a virtualenv in Pythonanywhere and now after cloning my repo I tried to install all the packages by using this command
pip install -r packageName/requrirements.txt
What is get is this
Looking in links: /usr/share/pip-wheels
I don't know about pip a lot.So please tell me what this eror means and how can i fix it with examples!Thank you in advance.
Solution 1:[1]
PythonAnywhere's web bash console is a bit buggy: it has not correctly pasted the content for me and caused the same message as for you. If you are using the web bash shell, check your requirements.txt file content if it is there, and if there are some special characters entered.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Cs65B |