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
Describe the bug
Installing datapusher-plus=1.0.1 installs SQLAlchemy-1.3.24 and Flask-Login 0.6.1 which both are incompatible with core CKAN.
Trying to run CKAN after installing datapusher-plus will raise an error:
ImportError: cannot import name 'Row' from 'sqlalchemy.engine' (/home/pdelboca/Repos/ckan/.venv/lib/python3.11/site-packages/sqlalchemy/engine/__init__.py)
To Reproduce
Steps to reproduce the behavior:
Have a CKAN 2.10 installation (with virtual environment)
Clone datapusher-plus
Navigate to datapusher-plus
Install the extension in the virtual environment pip install .
Run CKAN
Expected behavior
Installing datapusher-plus does not install incompatible requirements with CKAN.
The text was updated successfully, but these errors were encountered:
Describe the bug
Installing
datapusher-plus=1.0.1
installsSQLAlchemy-1.3.24
andFlask-Login 0.6.1
which both are incompatible with core CKAN.Trying to run CKAN after installing
datapusher-plus
will raise an error:To Reproduce
Steps to reproduce the behavior:
datapusher-plus
datapusher-plus
pip install .
Expected behavior
Installing
datapusher-plus
does not install incompatible requirements with CKAN.The text was updated successfully, but these errors were encountered: