【发布时间】:2019-05-02 06:13:49
【问题描述】:
我已经在我的系统中安装了 anaconda,Python 版本是(3.7),我也想安装 TensorFlow。由于我的系统需要“python3.7”,我为 TensorFlow(使用 conda promt)创建了一个环境并安装了“python 3.6”。安装和一切都很好,但是现在当我导入 TensorFlow 时,我收到以下错误。
ImportError: DLL load failed: The specified module could not be found.
Failed to load the native Tensor-flow runtime.
系统信息():
- i5 HP Inspiron、AMD 显卡
尝试下载 DLL 文件并粘贴到系统文件夹中。但没有帮助。 我发现的其他解决方案是通过 CUDA,仅在 nvidia 图形可用时才适用。
【问题讨论】:
标签: git python-3.x tensorflow anaconda amd