Replies: 2 comments 1 reply
-
Collecting logging (from -r requirements.txt (line 2)) × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
Beta Was this translation helpful? Give feedback.
-
Rename the requirements.txt file to virtualrequirements.txt so it can work correctly with you |
Beta Was this translation helpful? Give feedback.
-
What could be happening?
Kali LInux virtual machine the installation process is correct up to:
❯ pip install -r virtualrequirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'virtualrequirements.txt'
Beta Was this translation helpful? Give feedback.
All reactions