ImportError: No module named sqlalchemy - Solution
www.inspiredprogrammer.com › 2019/03/29Mar 29, 2019 · If you want to use SQLAlchemy for Flask in a virtual environment, you may get this error message: ModuleNotFoundError: No module named 'flask_sqlalchemy' Solution: Install 'flask_sqlalchemy' with activated VENV and with the internal python version of the virtual environment. Otherwise, sqlalchemy will be installed in your root directory and not in the VENV.