PROJ Problems during SamGeo Setup for windows - Python 3.12, GDAL 3.8.4 (installed from .whl) #324
-
I am trying to setup samgeo on multiple windows machines using both conda and pip. I keep getting "PROJ proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >=3 is expected. It comes from another PROJ installation". I have tried reinstalling GDAL, rasterio etc but the error persists. Any suggestion/help will be highly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
How did you install it? https://samgeo.gishub.org/installation/#install-from-conda-forge |
Beta Was this translation helpful? Give feedback.
You should use conda install gdal. pip is not recommended. See https://samgeo.gishub.org/installation/#install-from-conda-forge