-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Checking out the main branch of the repo and just running docker compose up
:
stac-db | 2023-04-17 16:03:45.904 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
stac-db | 2023-04-17 16:03:45.904 UTC [1] LOG: listening on IPv6 address "::", port 5432
stac-db | 2023-04-17 16:03:45.909 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
stac-db | 2023-04-17 16:03:45.921 UTC [70] LOG: database system was shut down at 2023-04-17 16:03:45 UTC
stac-db | 2023-04-17 16:03:45.936 UTC [1] LOG: database system is ready to accept connections
stac-fastapi-sqlalchemy | wait-for-it.sh: database:5432 is available after 7 seconds
stac-fastapi-sqlalchemy | Traceback (most recent call last):
stac-fastapi-sqlalchemy | File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
stac-fastapi-sqlalchemy | return _run_code(code, main_globals, None,
stac-fastapi-sqlalchemy | File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
stac-fastapi-sqlalchemy | exec(code, run_globals)
stac-fastapi-sqlalchemy | File "/app/stac_fastapi/sqlalchemy/app.py", line 4, in <module>
stac-fastapi-sqlalchemy | from stac_fastapi.api.app import StacApi
stac-fastapi-sqlalchemy | ModuleNotFoundError: No module named 'stac_fastapi.api'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working