I am running into issues locally since downloading the latest version running with docker compose up. When MIGRATE database is true I get this error:
Command not found: alembic
Command not found: alembic
With migrate disabled;
- poetry run python ./terrareg.py
Traceback (most recent call last):
File "/app/./terrareg.py", line 4, in
from terrareg.server import Server
File "/app/terrareg/server/init.py", line 5, in
from flask import Flask, session, redirect, request
ModuleNotFoundError: No module named 'flask'
I am running into issues locally since downloading the latest version running with docker compose up. When MIGRATE database is true I get this error:
Command not found: alembic
'[' True == True ']'
poetry run alembic upgrade head
Command not found: alembic
With migrate disabled;
Traceback (most recent call last):
File "/app/./terrareg.py", line 4, in
File "/app/terrareg/server/init.py", line 5, in
ModuleNotFoundError: No module named 'flask'