Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No module named flask_script

Tags:

flask

ubuntu

I am trying to run a program that requires flask_script. Flask is installed both on my machine and in a virtual environment. I cannot get my machine or the virtual environment to find flask_script. Please advise. Running Ubuntu.

like image 233
Steve Scott Avatar asked Aug 21 '16 00:08

Steve Scott


1 Answers

Have you actually installed Flask-Script?

If not, try pip install Flask-Script.

like image 56
user94559 Avatar answered Oct 31 '22 04:10

user94559