tiangolo / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'sqlalchemy'

Toshinaki opened this issue · comments

After executing 'docker compose up -d', backend and celery complains ModuleNotFoundError: No module named 'sqlalchemy'.

I guess the poetry venv is not active?

Should I add poetry shell to all the .sh files?