Bug report #21623
Error while importing h5py in python console
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Windows Package | ||
Affected QGIS version: | 3.6.0 | Regression?: | No |
Operating System: | Windows 10 64 bit | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 29439 |
Description
Below is error message:
Traceback (most recent call last):
File "C:\PROGRA~1\QGIS3~1.6\apps\Python37\lib\code.py", line 90, in runcode
exec(code, self.locals)
File "<input>", line 1, in <module>
File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python\qgis\utils.py", line 672, in import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\shiva\AppData\Roaming\Python\Python37\site-packages\h5py\_init__.py", line 36, in <module>
from ._conv import register_converters as _register_converters
File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "h5py\h5r.pxd", line 21, in init h5py._conv
File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "h5py\_objects.pxd", line 12, in init h5py.h5r
File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "h5py\_objects.pyx", line 1, in init h5py._objects
File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python\qgis\utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: DLL load failed: The specified procedure could not be found.
History
#1 Updated by Jürgen Fischer over 5 years ago
- Easy fix? set to No
- Regression? set to No
- Crashes QGIS or corrupts data set to No
- Operating System set to Windows 10 64 bit
- Affected QGIS version set to 3.6.0
- Category changed from Any to Windows Package
- Subject changed from Error while importing h5py in QGIS 3.6 python console (Windows 10 64 bit) to Error while importing h5py in python console
- Project changed from QGIS Redmine (QGIS bug tracker) to QGIS Application