import h5py ImportError: DLL load failed: the specified module could not be found

Posted Data+Science+Insight

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了import h5py ImportError: DLL load failed: the specified module could not be found相关的知识,希望对你有一定的参考价值。

import h5py ImportError: DLL load failed: the specified module could not be found

问题:

import h5py

解决:

导入h5py出错,多半是在安装时出错了。

如果原本使用pip安装

pip uninstall h5py

删除之后,尝试使用conda进行安装。
conda install h5py

完整错误:


Traceback (most recent call last):
File "E:/action/machine_learning_models/test.py", line 21, in <module>
import h5py
File "D:\\anaconda3\\\\site-packages\\h5py\\__init__.py", line 33, in <module>
from . import version
File "D:\\anaconda3\\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: 找不到指定的程序。

参考:DLL load failed(import h5py)

参考:import H5py library in SideFx_Houdini18.5

参考:importError: DLL load failed(import h5py)

以上是关于import h5py ImportError: DLL load failed: the specified module could not be found的主要内容,如果未能解决你的问题,请参考以下文章

ImportError:没有名为 array_import 的模块

成功解决ImportError: cannot import name ‘StratifiedGroupKFold‘

ImportError: cannot import name gof

import pymongo 导致“ImportError: cannot import name BSON”。你如何修复导入错误?

import_module 的 Django 1.9 ImportError

成功解决[ from typing import ( ImportError: cannot import name ‘Deque‘]