General
p/general
Share and discuss tech, products, business, startups, or product recommendations
Sarvpriy Arya

Any python expert here?

2
•
I am getting this error when I run "pip3 install -r requirements.txt" - "pkg_resources.DistributionNotFound: The 'pip==20.0.2' distribution was not found and is required by the application" please help

Add a comment

Replies
Best
Michael Williams
it appears you have a version mismatch issue; try upgrading your pip using "python3 -m pip install --upgrade pip", then rerun "pip3 install -r requirements.txt" to see if this resolves the error you're encountering with 'pip==20.0.2' distribution.