【问题标题】:Python 3.5 64bit on Windows 8.1 64bit, The only way to install TensorFlow binaries on Windows does not workWindows 8.1 64bit 上的 Python 3.5 64bit,在 Windows 上安装 TensorFlow 二进制文件的唯一方法不起作用
【发布时间】:2017-04-10 22:11:50
【问题描述】:

是否可以在 Windows 8.1 上安装 Python 3.5.x? 主要目标是直接在我的 Windows 上安装 TensorFlow。

它不工作。更具体地说,当使用 64 位窗口时,自然会尝试 64 位 Python。安装文件中的 AMD 名称令人困惑,因为我的笔记本电脑是 Intel。但这是唯一的 64 位选项,所以我选择了它。

我尝试通过二进制文件进行设置。在安装过程中,一个 GUI 告诉我安装失败:

顺便说一句,我已尽力从我的系统中删除所有剩余的 Python 32 位。

【问题讨论】:

标签: windows python-3.x installation tensorflow


【解决方案1】:

谷歌搜索“python 支持的 windows 版本”显示Using Python on Windows — Python 3.5.3 documentation1

3.1.1。支持的版本

PEP 11 中所述,Python 版本仅支持 Windows 平台,而微软认为该平台在扩展 支持。这意味着 Python 3.5 支持 Windows Vista 和更新版本。 如果您需要 Windows XP 支持,请安装 Python 3.4。


1或者更确切地说,https://docs.python.org/3/using/windows.html 可以通过左上角的下拉列表切换到 3.5 版本的文章

【讨论】:

【解决方案2】:

运行 windows update 后,我终于设法在 windows 8.1 上安装了 python 3.5 64 位和 tensorflow。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-06-26
    • 2016-04-10
    • 2019-03-08
    • 2011-11-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多