简体   繁体   English

win10 pro 64 bit + python 3.6.0 ImportError: DLL load failed: The specified module could not be found

[英]win10 pro 64 bit + python 3.6.0 ImportError: DLL load failed: The specified module could not be found

I was running Tensorflow command in anaconda with python 3.6 and it's giving me an error ImportError: DLL load failed: The specified module could not be found.我在 anaconda 中使用 python 3.6 运行 Tensorflow 命令,它给了我一个错误ImportError: DLL load failed: The specified module could not be found. Though, I have installed tensorflow-gpu with conda command and checked the packages , but i am not able to figure out the problem.虽然,我已经使用 conda 命令安装了 tensorflow-gpu 并检查了软件包,但我无法找出问题所在。 Below are the list of packages and their version :以下是软件包列表及其版本:

 **Name                     Version                BuildChanel**
a) Conda                     4.5.12                 py36_0
b) cudnn                     7.1.4                  cudn9.0_0
c) keras-applications        1.0.6                  py36_0
d) keras-preprocessing       1.0.5                  py36_0
e) protobuf                  3.6.1                  py36h33f27b4_0
f) tensorboard               1.12.2           py36h33f27b4_0
g) tensorflow                1.12.0          gpu_py36ha5f9131_0
h) tensorflow-base           1.12.0          gpu_py36h6e53903_0
i) tensorflow-gpu            1.12.0               h0d30ee6_0

Please help and advise what is going wrong请帮助并告知发生了什么问题

在此处输入图片说明

Check your CUDA and cudnn version.I refer to the link .检查您的 CUDA 和 cudnn 版本。我参考链接

I also met the problem you said, but I installed the following to fix it.我也遇到了你说的问题,但是我安装了以下来修复它。

cuda 9.0 
tensorflow-gpu 1.12.0
cudnn 7.4.1.5

Thanks, I am able to resolve the issue with below commands谢谢,我可以使用以下命令解决问题

import sys导入系统

sys.path.append("C:\\Users\\1010141\\Desktop\\model\\models-master\\research\\") sys.path.append("C:\\Users\\1010141\\Desktop\\model\\\\models-master\\research\\object_detection\\utils") sys.path.append("C:\\Users\\1010141\\Desktop\\model\\models-master\\research\\") sys.path.append("C:\\Users\\1010141\\Desktop\\model\\\\models-master\\research\\") \\object_detection\\utils")

I believe I was working on different directory and later set the directory where model is been kept.我相信我在不同的目录上工作,后来设置了保存模型的目录。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Win10:ImportError:DLL加载失败:找不到指定的模块 - Win10: ImportError: DLL load failed: The specified module could not be found win8.1 64位+ python 2.7.3 +导入htql; ImportError:DLL加载失败:找不到指定的模块 - win8.1 64 bit + python 2.7.3 + import htql; ImportError: DLL load failed: The specified module could not be found Boost.Python + opencv Error, Windows 10 x64, "ImportError: DLL load failed: The specified module could not be found." - Boost.Python + opencv Error, Windows 10 x64, "ImportError: DLL load failed: The specified module could not be found." ImportError: DLL 加载失败:在 python 中找不到指定的模块 - ImportError: DLL load failed: The specified module could not be found in python Python:ImportError:DLL加载失败:找不到指定的模块 - Python: ImportError: DLL load failed: The specified module could not be found Python 2.7:ImportError:DLL加载失败:找不到指定的模块 - Python 2.7: ImportError: DLL load failed: The specified module could not be found Python ImportError:DLL加载失败:找不到指定的模块 - Python ImportError: DLL load failed: The specified module could not be found win32api - ImportError: DLL 加载失败:找不到指定的模块 - win32api - ImportError: DLL load failed: The specified module could not be found Boost.Python示例,Windows 7 x64,“ ImportError:DLL加载失败:找不到指定的模块。” - Boost.Python examples, Windows 7 x64, “ImportError: DLL load failed: The specified module could not be found.” 导入cv2:ImportError:DLL加载失败:Windows 7 Anaconda 4.3.0(64位)Python 3.6.0 - Import cv2: ImportError: DLL load failed: windows 7 Anaconda 4.3.0 (64-bit) Python 3.6.0
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM