ImportError: DLL load failed while importing _hdfext: 找不到指定的模块。
时间: 2023-08-18 22:11:38 浏览: 483
这个错误通常是由于缺少或损坏的依赖库引起的。根据引用,您可以尝试将下载的安装包放在Python39-Scripts文件夹下。确保安装包的路径与您的Python安装路径匹配。引用中提到,您可以在conda命令台中进入对应的虚拟环境,并使用pip命令安装h5py库。请确保您下载的h5py安装包的路径正确,并且已经卸载了之前的h5py库。另外,根据引用,您还可以从指定网站下载与您的Python版本一致的numpy库。请确保您选择了带有mkl的numpy版本。尝试按照这些步骤进行操作,如果问题仍然存在,请检查您的环境变量和库依赖是否设置正确。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *3* [导包问题解决--ImportError: DLL load failed while importing _path: 找不到指定的模块](https://blog.csdn.net/qq_44111805/article/details/128145470)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
- *2* [【h5py 报错】ImportError: DLL load failed while importing defs: 找不到指定的程序。](https://blog.csdn.net/piupiu78/article/details/123678922)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文
相关推荐


















