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
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.
(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)
Note that if you do not include the conda install for fiona, gdal, and geopandas you can still import gdal from osgeo
The text was updated successfully, but these errors were encountered:
An offshoot of #204
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.
(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
orgeopandas
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)
Note that if you do not include the conda install for fiona, gdal, and geopandas you can still import gdal from osgeo
The text was updated successfully, but these errors were encountered: