Errors in Importing L2D PRISMA .he5

Issue #957 resolved
Nicole Trenholm created an issue

My python packages seem to have installed find so why the quick error when I Import a PRISMA L2D product? How can I have success with this GUI?

QGIS version: 3.20.3-Odense
QGIS code revision: 495fbaec
Qt version: 5.15.2
Python version: 3.9.5
GDAL version: 3.3.1
GEOS version: 3.9.1-CAPI-1.14.2
PROJ version: Rel. 8.1.1, September 1st, 2021
PDAL version: 2.3.0 (git-version: eac774)
Processing algorithm…
Algorithm 'Import PRISMA L2D product' starting…
Input parameters:
{ 'file' : 'C:\\Users\trenh\Documents\PRISMA\L2D\PRS_L2D_STD_20210812145353_20210812145357_0001\PRS_L2D_STD_20210812145353_20210812145357_0001.he5', 'outputPrismaL2DRaster' : 'TEMPORARY_OUTPUT' }

Python command:

Console command:

Traceback (most recent call last):
File "C:\Users/trenh/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\site-packages\typeguard_init_.py", line 903, in wrapper
retval = func(*args, **kwargs)
File "C:\Users/trenh/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapboxprocessing\algorithm\importprismal2dalgorithm.py", line 69, in processAlgorithm
import h5py
File "C:\PROGRA~1/QGIS32~1.3/apps/qgis/./python\qgis\utils.py", line 799, in _import
mod = builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\trenh\AppData\Roaming\Python\Python39\site-packages\h5py_init.py", line 33, in <module>
from . import version
File "C:\PROGRA~1/QGIS32~1.3/apps/qgis/./python\qgis\utils.py", line 799, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\trenh\AppData\Roaming\Python\Python39\site-packages\h5py\version.py", line 15, in <module>
from . import h5 as _h5
File "C:\PROGRA~1/QGIS32~1.3/apps/qgis/./python\qgis\utils.py", line 799, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "h5py\h5.pyx", line 1, in init h5py.h5
File "C:\PROGRA~1/QGIS32~1.3/apps/qgis/./python\qgis\utils.py", line 799, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: DLL load failed while importing defs: The specified procedure could not be found.

Execution failed after 0.04 seconds

Comments (5)

  1. Log in to comment