【问题标题】:Can't install tensorflow on windows 7 32-bit无法在 Windows 7 32 位上安装 tensorflow
【发布时间】:2019-02-10 04:59:59
【问题描述】:

我无法在 Windows 7、Python 3(32 位、Lenovo ThinkPad X201s)中安装 TensorFlow。 当我输入pip3 install tensorflow:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
C:\Users\sjkim>pip3 install tensorflow
Collecting tensorflow
  Could not find a version that satisfies the requirement tensorflow (from 
versions: )
No matching distribution found for tensorflow

C:\Users\sjkim>

我也有 2 个 python 版本。 如何安装?

【问题讨论】:

    标签: python tensorflow windows-7


    【解决方案1】:

    TensorFlow 仅针对 64 位 x86 系统进行了测试和支持。我不相信您可以通过 pip 或 conda 通常从 32 位系统安装 TensorFlow。 你可以运行一个 linux docker 容器,想到 docker for windows,但它是基于 vm 的,它不支持 gpu。

    我提供了一个为 windows https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers 构建的 32 位 tensorflow,虽然它不是一个有用的东西。

    32位进程只能使用2GB内存;无法加载复杂的模型。

    【讨论】:

      猜你喜欢
      • 2023-03-05
      • 2012-04-26
      • 1970-01-01
      • 2012-11-09
      • 2012-06-17
      • 2016-03-31
      • 2019-01-19
      • 1970-01-01
      • 2018-04-10
      相关资源
      最近更新 更多