World's Best AI Learning Platform with profoundly Demanding Certification Programs
Designed by IITians, only for AI Learners.
Designed by IITians, only for AI Learners.
New to InsideAIML? Create an account
Employer? Create an account
use vs code terminal
or might be the system is not able to catch whether python is installed is not
follow the steps in following link
https://www.educative.io/answers/how-to-add-python-to-path-variable-in-windows
then install use terminal
There are a few things that could be causing issues when trying to install Flask.
pip install Flask
pip install --upgrade pip
pip3
instead of pip
to install packages for python3--user
flag, in case it has permission issues.Please let me know if any of these steps helped, and if not, what the error message was and I will do my best to assist you.