【问题标题】:Which python platform is suitable for tensorflow哪个python平台适合tensorflow
【发布时间】:2017-08-10 16:21:09
【问题描述】:

我将TensorFlow下载到Pycharm的环境python 3.6中,出现以下错误:“tensorflow-1.0.0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform”

我想知道哪些平台支持 TensorFlow?

【问题讨论】:

标签: windows python-3.x


【解决方案1】:

您应该为此使用 Python 3.5:“TensorFlow 仅支持 Windows 上的 Python 3.5.x 版本。” (https://www.tensorflow.org/install/install_windows)。

您是如何尝试安装 TensorFlow 的?你用过蟒蛇吗? 如果是这样,请尝试创建一个使用 Python 3.5 的环境:

conda create --name tensorflow python=3.5

(取自Installing tensorflow with anaconda in windows

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-04-09
    • 1970-01-01
    • 1970-01-01
    • 2010-10-06
    • 1970-01-01
    • 2022-01-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多