Skip to content
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

Remote Desktop QGIS gdal failures #216

Closed
Jose-Matsuda opened this issue Feb 12, 2021 · 1 comment · Fixed by #225
Closed

Remote Desktop QGIS gdal failures #216

Jose-Matsuda opened this issue Feb 12, 2021 · 1 comment · Fixed by #225
Assignees

Comments

@Jose-Matsuda
Copy link
Contributor

An offshoot of #204
image

Before this error, I needed to add a /usr/lib/python3/dist-packages to the path else it would not be able to find QGIS.

I did some testing with our current remote desktop, and I cannot import fiona or geopandas in qgis but can import gdal.
image
(if I use python from the cmd then yes I can)

Here's the dockerfile I've been trying to run with, I have just been doing changes in the 'output' folder for now just trying to get QGIS to start normally. Any of fiona gdal or geopandas installs causes then the topmost picture with 'No Module named' appears.

I can uncomment this env LD_LIBRARY_PATH set and have QGIS load up fine (from the cmd) but it removes Thunar functionality (guessing i can set this another way and have it not interfere)
image

Note that if you do not include the conda install for fiona, gdal, and geopandas you can still import gdal from osgeo

@Jose-Matsuda Jose-Matsuda linked a pull request Feb 23, 2021 that will close this issue
@blairdrummond
Copy link
Contributor

Closed by #225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants