无法在 windows 7 32 位上安装 tensorflow

Can't install tensorflow on windows 7 32-bit

我无法在 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 版本。 如何安装?

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

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

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