0

I am following this tutorial to set up a Flask application.

I am up to the step:

pip install --editable .

When I run this I get the error:

Could not find a version that satisfies the requirement flask (from flaskr==0.0.0) (from versions: ) No matching distribution found for flask (from flaskr==0.0.0)

How do I install the application?

1

1 Answer 1

0
pip install --editable 

This requires being run at root directory. Make sure you are running it at root directory. In your case that is flaskr/ the main folder of your project.

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

1 Comment

I am running it from the root directory

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.