【问题标题】:Tensorflow library ImportError: DLL load failed: The specified procedure could not be foundTensorflow 库 ImportError: DLL load failed: 找不到指定的过程
【发布时间】:2020-10-28 09:15:48
【问题描述】:

我已经安装了 Python 3.7 和 tensorflow,但是当我“import tensorflow as tf”时,出现以下错误

“Tensorflow library ImportError: DLL load failed: The specified procedure could not be found”

这是我的代码

import tensorflow as tf

【问题讨论】:

标签: python tensorflow


【解决方案1】:

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

pip install tensorflow==2.0

【讨论】:

    猜你喜欢
    • 2020-04-16
    • 2016-08-19
    • 2017-12-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-12-04
    相关资源
    最近更新 更多