miguelgrinberg / microblog-api

A modern (as of 2024) Flask API back end.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Following instructions from clone and receiving module not found

tharrington opened this issue · comments

I cloned the application and run:

$ flask db upgrade

Which results in a module not found error:

from alchemical.flask import Alchemical
ModuleNotFoundError: No module named 'alchemical'