-1

when i install python flask the error shows

pip install python-flask Collecting python-flask ERROR: Could not find a version that satisfies the requirement python-flask (from versions: none) ERROR: No matching distribution found for python-flask

  • 1
    This looks frustrating! Could you give us a bit more information about your set-up? What OS are you using? (e.g. Windows/MacOS/Linux) What version of python? Are you just running this in the command line or is it in a virtual environment or anything? Also, have you tried searching for that error message to see what solutions other people found (and if they work for you or not)? We can hopefully help you more quickly if you can help us narrow down what might be the problem – Tim Sep 02 '19 at 22:03
  • OS windows 10, python version 3.7.4, Running in command line, found in google try to install pip install Flask, even I tried with pip install Flask then still the problem remain same. – anil ankam Sep 03 '19 at 03:15

1 Answers1

3

try to install it with:

pip install Flask
Mahrez BenHamad
  • 1,791
  • 1
  • 15
  • 21