ImportError: DLL load failed while import defs: The specified procedure could not be found

时间:2021-07-08 05:23:33

标签: python anaconda h5py

我已经使用 conda install h5py 安装了 h5py。但是,当我 import h5py 出现上述错误时。这是整个错误:

Traceback (most recent call last):
  File "training.py", line 12, in <module>
    import h5py
  File "C:\Users\colin\anaconda3\envs\py38\lib\site-packages\h5py\__init__.py", line 33, in <module>
    from . import version
  File "C:\Users\colin\anaconda3\envs\py38\lib\site-packages\h5py\version.py", line 15, in <module>
    from . import h5 as _h5
  File "h5py\h5.pyx", line 1, in init h5py.h5
ImportError: DLL load failed while importing defs: The specified procedure could not be found.

谢谢。

0 个答案:

没有答案