You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran all the previous commands:
./scripts/start-container # starts a local terminal for local development
./scripts/migrate
./scripts/seed # if you want to seed the database from fixtures
But ./scripts/start-app throws the error in the title.
I ran pip install Werkzeug to install. And for a second time to make sure and it said: Requirement already satisfied:
Any help appreciated, thanks
The text was updated successfully, but these errors were encountered:
I ran all the previous commands:
./scripts/start-container # starts a local terminal for local development
./scripts/migrate
./scripts/seed # if you want to seed the database from fixtures
But ./scripts/start-app throws the error in the title.
I ran
pip install Werkzeug
to install. And for a second time to make sure and it said:Requirement already satisfied:
Any help appreciated, thanks
The text was updated successfully, but these errors were encountered: