使用pip 安装了h5py,但是运行代码报错;

 from . import _errors

ImportError: DLL load failed while importing _errors: 找不到指定的程序。

原因:

可能和不正确安装h5py这个包有关系

解决:

pip uninstall h5py

换成使用conda安装

conda install h5py

不在报错!

Logo

一站式 AI 云服务平台

更多推荐