简体   繁体   English

Tensorflow 库导入错误:DLL 加载失败:找不到指定的程序

[英]Tensorflow library ImportError: DLL load failed: The specified procedure could not be found

I have installed Python 3.7 and tensorflow but when i "import tensorflow as tf" , i have the follow error我已经安装了 Python 3.7 和 tensorflow,但是当我“将 tensorflow 导入为 tf”时,出现以下错误

"Tensorflow library ImportError: DLL load failed: The specified procedure could not be found" “Tensorflow 库导入错误:DLL 加载失败:找不到指定的程序”

here is my code这是我的代码

import tensorflow as tf

也许不是您希望的答案,但对我有用的只是将 tensorflow 的版本降级到 2.0

pip install tensorflow==2.0

暂无
暂无

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

相关问题 NumPy 库导入错误:DLL 加载失败:找不到指定的程序 - NumPy library ImportError: DLL load failed: The specified procedure could not be found Unable to import tensorflow2.0,(no gpU) ImportError: DLL load failed: 找不到指定的程序 - Unable to import tensorflow2.0,(no gpU) ImportError: DLL load failed: The specified procedure could not be found lxml-ImportError:DLL加载失败:找不到指定的过程 - lxml - ImportError: DLL load failed: The specified procedure could not be found GDAL安装->导入错误:DLL加载失败:找不到指定的程序 - GDAL Installation -> ImportError: DLL load failed: The specified procedure could not be found ImportError:DLL加载失败:找不到指定的过程。蟒蛇 - ImportError: DLL load failed: The specified procedure could not be found. Python import matplotlib ImportError:DLL加载失败:找不到指定的过程 - import matplotlib ImportError: DLL load failed: The specified procedure could not be found Tensorflow 错误:ImportError: DLL 加载失败:找不到指定的模块 - Tensorflow Error: ImportError: DLL load failed: The specified module could not be found Tensorflow:ImportError:DLL 加载失败:找不到指定的模块 - Tensorflow: ImportError: DLL load failed: The specified module could not be found import pycurl ImportError:DLL加载失败:找不到指定的过程 - import pycurl ImportError: DLL load failed: The specified procedure could not be found Windows 上的 Tensorflow - ImportError:DLL 加载失败:找不到指定的模块 - Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM