ExplanationWhat is pkg-resources? This error is often encountered by Linux users trying to install Python packages from the requirements. txt. This issue occurs only while using a virtual environment, specifically the virtualenv module of Python.
To Solve Could not find a version that satisfies the requirement Error You just need to update pip and your error will be resolve.
Remove Following line from requirements.txt.
pkg-resources==0.0.0
To avoid having it in requirements.txt everytime you do a freeze, remove it from your virtual environment with pip uninstall pkg-resources==0.0.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With