【问题标题】:Is it possible to install TensorFlow using Anaconda 2.1 on Windows XP(32 bit)?是否可以在 Windows XP(32 位)上使用 Anaconda 2.1 安装 TensorFlow?
【发布时间】:2017-01-25 09:38:25
【问题描述】:

我了解最初 TensorFlow 无法在 Windows 上运行。 我有一个装有 2GB RAM 和 Anaconda 2.1 的 Windows XP 系统。有没有办法让 TensorFlow 解决这个问题?

【问题讨论】:

    标签: tensorflow windows-xp anaconda


    【解决方案1】:

    目前没有可在 32 位 Windows 上运行的官方预构建 TensorFlow 发行版,而且我们不太可能支持这么旧的操作系统,因为 TensorFlow 的软件版本依赖(如 Python 3.5)不支持 Windows XP。

    适用于 Windows 的现有 TensorFlow 软件包需要 64 位安装 Python 3.5(可能是 Anaconda 或 Python.org 发行版)和 Python 3.5 requires Windows Vista or newer。 Windows 上的 Python restricts what compilers may be used 为每个版本的 Python 构建扩展,并且只有 Python 3.5 支持足够新的编译器(Visual C++ 14.0,来自 Visual Studio 2015)来构建 TensorFlow。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-09-08
      • 2011-07-13
      • 2019-02-10
      • 1970-01-01
      • 1970-01-01
      • 2016-09-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多