Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

爱⌒轻易说出口 提交于 2019-11-30 21:27:42
Mukesh Bharsakle

cudnn lib version was wrong, so I replaced correct version of cudnn lib and it worked.

Tensorflow has few issues with python3.6. Try with python 3.5.2. pip install tensorflow Worked for me.

In my case, Win10 could not find the module because the environment variable cuDNN was not set correctly!

You need to set the env var to the bin subfolder. In my case as I extracted it to C:, I had to add C:\cuda\bin to the path system varaible. For more infos, checkout this.

Or relate to this for checking the compatiblity of the versions.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!