flask-by-example icon indicating copy to clipboard operation
flask-by-example copied to clipboard

flask_script not found error

Open Armanislam527 opened this issue 7 months ago • 0 comments

when i run the command then the terminal output is given below python manage.py db init Traceback (most recent call last): File "/home/arman/arman/github/flask-by-example/manage.py", line 2, in from flask_script import Manager ModuleNotFoundError: No module named 'flask_script'

Armanislam527 avatar Apr 27 '25 04:04 Armanislam527