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
ckan-dev_1 | Traceback (most recent call last):
ckan-dev_1 | File "/usr/bin/ckan", line 5, in <module>
ckan-dev_1 | from ckan.cli.cli import ckan
ckan-dev_1 | File "/srv/app/src/ckan/ckan/cli/cli.py", line 12, in <module>
ckan-dev_1 | import ckan.plugins as p
ckan-dev_1 | File "/srv/app/src/ckan/ckan/plugins/__init__.py", line 3, in <module>
ckan-dev_1 | from ckan.plugins.core import * # noqa: re-export
ckan-dev_1 | File "/srv/app/src/ckan/ckan/plugins/core.py", line 21, in <module>
ckan-dev_1 | import ckan.plugins.interfaces as interfaces
ckan-dev_1 | File "/srv/app/src/ckan/ckan/plugins/interfaces.py", line 17, in <module>
ckan-dev_1 | from ckan.model.user import User
ckan-dev_1 | File "/srv/app/src/ckan/ckan/model/__init__.py", line 31, in <module>
ckan-dev_1 | from ckan.model.package import (
ckan-dev_1 | File "/srv/app/src/ckan/ckan/model/package.py", line 492, in <module>
ckan-dev_1 | from ckan.model import tag
ckan-dev_1 | File "/srv/app/src/ckan/ckan/model/tag.py", line 6, in <module>
ckan-dev_1 | from sqlalchemy.orm import relation
ckan-dev_1 | ImportError: cannot import name 'relation' from 'sqlalchemy.orm' (/usr/lib/python3.10/site-packages/sqlalchemy/orm/__init__.py)
ckan-dev_1 | Exit with status 1. Restarting.
Getting this error. on running docker-compose -f docker-compose.dev.yml up. Any solution?
The text was updated successfully, but these errors were encountered:
Getting this error. on running
docker-compose -f docker-compose.dev.yml up
. Any solution?The text was updated successfully, but these errors were encountered: