miguelgrinberg / microblog-api

A modern (as of 2024) Flask API back end.
MIT License
365 stars 100 forks source link

Following instructions from clone and receiving module not found #18

Closed tharrington closed 1 year ago

tharrington commented 1 year ago

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'