qgis / QGIS-Mac-Packager

Scripts for Official QGIS MacOS Packages
https://www.qgis.org
GNU General Public License v2.0
54 stars 21 forks source link

qgis_process cannot find proj.db #90

Closed alazarolop closed 3 years ago

alazarolop commented 3 years ago

I'm trying to use the qgis_process inside the latest nightly build. When I try to run any of the options available, I get this message:

$ ./qgis_process list
proj_create_from_database: Cannot find proj.db
Couldn't load Python support library: Cannot load library /Applications/QGIS.app/Contents/MacOS/qgis_process.app/Contents/lib/qgispython: (dlopen(/Applications/QGIS.app/Contents/MacOS/qgis_process.app/Contents/lib/libqgispython.dylib, 10): image not found)

The directory "lib" inside "qgis_process.app" doesn't exist, although a symlink of this dylib can be found in the "lib" folder inside "/Applications/QGIS.app/Contents/".

Should symlinks inside this folder be copied inside the "qgis_process.app"?

PeterPetrik commented 3 years ago

Fixed this morning, see https://github.com/qgis/QGIS/issues/38447#issuecomment-703437261

alazarolop commented 3 years ago

Great! Thanks a lot.