Flask-Web-App-Tutorial icon indicating copy to clipboard operation
Flask-Web-App-Tutorial copied to clipboard

Init.py

Open youngfash opened this issue 3 years ago • 1 comments

in my init.py i have this error from flask_sqlalchemy import SQLAlchemy ModuleNotFoundError: No module named 'flask_sqlalchemy'

youngfash avatar Nov 15 '21 13:11 youngfash

Make sure to install sqlalchemy, you can do it with the following command: pip install SQLAlchemy

Rafawastaken avatar Feb 07 '22 01:02 Rafawastaken