Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find a version that satisfies the requirement pkg-resources==0.0.0

People also ask

What is pkg resources== 0. 0 0?

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.

How do you fix Could not find a version that satisfies the requirement?

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