-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'sqlalchemy','geoalchemy2' #270
Comments
You need to have sqlalchemy installed in your qgis installation path. if you installed qgis via osgeo4w, select the module in the installation gui |
in gep the datamodel tool checked for that and installed it if not already there. So something to get again with the TMMT plugin |
The osgeo4w python module is called To add to requirements, we should enable the future plugin to install its required dependancies to avoid installing database librairies on all QGIS client installations \PathToReplace\osgeo4w-setup.exe -g -k --autoaccept -q -d -o -P qgis-ltr,python3-tools,python3-pip,python3-setuptools,python3-networkx,python3-lxml,python3-sqlalchemy,python3-geoalchemy2,proj-datumgrid-europe -s "http://ftp.osuosl.org/pub/osgeo/download/osgeo4w/v2" |
Closing this for now. |
Here is the documentation on how to install 'sqlalchemy' manually: https://qgep.github.io/docs/en/admin-guide/interlis-io/index.html#python-libraries |
When trying to use INTERLIS import button :
Error: Could not load Interlis importer due to unmet dependencies. See logs for more details.
The text was updated successfully, but these errors were encountered: