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
Hi there, I was having an installation error and I don´t know how to fix it. It will be really helpful if you tell me how. Thanks in advance.
No se pudo cargar el complemento 'Geo-SAM'
rasterio.errors.CRSError: The EPSG code is unknown. PROJ: proj_create_from_database: C:\PROGRA1\QGIS331.3\share\proj\proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 4 is expected. It comes from another PROJ installation.
Traceback (most recent call last):
File "rasterio\crs.pyx", line 592, in rasterio.crs.CRS.from_epsg
File "rasterio\_err.pyx", line 289, in rasterio._err.exc_wrap_int
rasterio._err.CPLE_AppDefinedError: PROJ: proj_create_from_database: C:\PROGRA1\QGIS331.3\share\proj\proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 4 is expected. It comes from another PROJ installation.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\PROGRA1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 401, in loadPlugin import(packageName)
File "C:\PROGRA1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Geo-SAM_init.py", line 7, in
from .geo_sam_tool import Geo_SAM
File "C:\PROGRA1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Geo-SAM\geo_sam_tool.py", line 10, in
from .tools.widgetTool import Selector, EncoderCopilot
File "C:\PROGRA1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Geo-SAM\tools\widgetTool.py", line 21, in
from torchgeo.datasets import BoundingBox
File "C:\PROGRA1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = builtin_import(name, globals, locals, fromlist, level)
File "C:\PROGRA1\QGIS331.3\apps\Python39\lib\site-packages\torchgeo\datasets_init.py", line 6, in
from .advance import ADVANCE
File "C:\PROGRA1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\PROGRA1\QGIS331.3\apps\Python39\lib\site-packages\torchgeo\datasets\advance.py", line 17, in
from .geo import NonGeoDataset
File "C:\PROGRA1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\PROGRA1\QGIS331.3\apps\Python39\lib\site-packages\torchgeo\datasets\geo.py", line 42, in
class GeoDataset(Dataset[dict[str, Any]], abc.ABC):
File "C:\PROGRA1\QGIS331.3\apps\Python39\lib\site-packages\torchgeo\datasets\geo.py", line 85, in GeoDataset
_crs = CRS.from_epsg(4326)
File "rasterio\crs.pyx", line 596, in rasterio.crs.CRS.from_epsg
rasterio.errors.CRSError: The EPSG code is unknown. PROJ: proj_create_from_database: C:\PROGRA1\QGIS331.3\share\proj\proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 4 is expected. It comes from another PROJ installation.
Versión de Python: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] Versión de QGIS: 3.32.3-Lima Lima, 67d46100b5
This issue is similar to #29 (comment), where multiple versions of PROJ are installed. The issue suggests that the proj.db file located at C:\\PROGRA1\\QGIS331.3\\share\\proj\\proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2, whereas a version number greater than or equal to 4 is expected. This discrepancy arises from another PROJ installation. To resolve this, you need to update the proj.db file in C:\\PROGRA1\\QGIS331.3\\share\\proj\\. Try running the following commands in OSGeo4W Shell (open as Administrator) to see if it works:
pipinstallpyprojrasterio-U
If the issue persists, you may need to update this file manually.
Hi there, I was having an installation error and I don´t know how to fix it. It will be really helpful if you tell me how. Thanks in advance.
No se pudo cargar el complemento 'Geo-SAM'
rasterio.errors.CRSError: The EPSG code is unknown. PROJ: proj_create_from_database: C:\PROGRA
1\QGIS331.3\share\proj\proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 4 is expected. It comes from another PROJ installation.Traceback (most recent call last):
File "rasterio\crs.pyx", line 592, in rasterio.crs.CRS.from_epsg
File "rasterio\_err.pyx", line 289, in rasterio._err.exc_wrap_int
rasterio._err.CPLE_AppDefinedError: PROJ: proj_create_from_database: C:\PROGRA
1\QGIS331.3\share\proj\proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 4 is expected. It comes from another PROJ installation.During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\PROGRA
1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 401, in loadPluginimport(packageName)
File "C:\PROGRA
1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Geo-SAM_init.py", line 7, in
from .geo_sam_tool import Geo_SAM
File "C:\PROGRA
1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Geo-SAM\geo_sam_tool.py", line 10, in
from .tools.widgetTool import Selector, EncoderCopilot
File "C:\PROGRA
1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Geo-SAM\tools\widgetTool.py", line 21, in
from torchgeo.datasets import BoundingBox
File "C:\PROGRA
1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = builtin_import(name, globals, locals, fromlist, level)
File "C:\PROGRA
1\QGIS331.3\apps\Python39\lib\site-packages\torchgeo\datasets_init.py", line 6, infrom .advance import ADVANCE
File "C:\PROGRA
1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\PROGRA
1\QGIS331.3\apps\Python39\lib\site-packages\torchgeo\datasets\advance.py", line 17, infrom .geo import NonGeoDataset
File "C:\PROGRA
1/QGIS331.3/apps/qgis/./python\qgis\utils.py", line 888, in _importmod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\PROGRA
1\QGIS331.3\apps\Python39\lib\site-packages\torchgeo\datasets\geo.py", line 42, inclass GeoDataset(Dataset[dict[str, Any]], abc.ABC):
File "C:\PROGRA
1\QGIS331.3\apps\Python39\lib\site-packages\torchgeo\datasets\geo.py", line 85, in GeoDataset_crs = CRS.from_epsg(4326)
File "rasterio\crs.pyx", line 596, in rasterio.crs.CRS.from_epsg
rasterio.errors.CRSError: The EPSG code is unknown. PROJ: proj_create_from_database: C:\PROGRA
1\QGIS331.3\share\proj\proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 4 is expected. It comes from another PROJ installation.Versión de Python: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)]
Versión de QGIS: 3.32.3-Lima Lima, 67d46100b5
Ruta de Python:
C:\Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\OpenTopography-DEM-Downloader
C:/PROGRA
1/QGIS331.3/apps/qgis/./pythonC:/Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/PROGRA
1/QGIS331.3/apps/qgis/./python/pluginsC:\PROGRA
1\QGIS331.3\apps\grass\grass83\etc\pythonC:\Windows\system32
C:\Program Files\QGIS 3.32.3\bin\python39.zip
C:\PROGRA
1\QGIS331.3\apps\Python39\DLLsC:\PROGRA
1\QGIS331.3\apps\Python39\libC:\Program Files\QGIS 3.32.3\bin
C:\Users\paola\AppData\Roaming\Python\Python39\site-packages
C:\PROGRA
1\QGIS331.3\apps\Python39C:\PROGRA
1\QGIS331.3\apps\Python39\lib\site-packagesC:\PROGRA
1\QGIS331.3\apps\Python39\lib\site-packages\win32C:\PROGRA
1\QGIS331.3\apps\Python39\lib\site-packages\win32\libC:\PROGRA
1\QGIS331.3\apps\Python39\lib\site-packages\PythonwinC:/Users/paola/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:\Users\paola\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\Terraform\external\numpy_groupies-0.9.20-py3-none-any.whl
C:\Users\paola\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\Terraform\external\tabulate-0.9.0-py3-none-any.whl
C:\Users\paola\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\Terraform\external\xlsxwriter-3.0.9-py3-none-any.whl
The text was updated successfully, but these errors were encountered: