1

When I do pip install Flask or pip install click or pretty much pip install <anything> returns the same error :

Could not find a version that satisfies the requirement Flask (from versions: ) No matching distribution found for Flask

Same error for any virtual environment I may have created. I'm on Mac OS, using Python 3.4.

2

1 Answer 1

2

Upgrade pip:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py 

Latest version is 10+, check your version using pip --version

Sign up to request clarification or add additional context in comments.

1 Comment

This did it! Thanks!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.