Forums

Error while installiing requirements.txt - OS [ErrorNo2]

While using the command pip install -r requirements.txt I'm getting the following error

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/C:/ci/aiohttp_1646806572557/work' I have already tried deleting and recreating virtualenv a million times. What should be done in this case?

You have an entry in your requirements file that refers to a path that does not exist on PythonAnywhere. /C:/ci/aiohttp_1646806572557/work is not a valid path on PythonAnywhere