无法在Windows 7 32位上安装tensorflow

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法在Windows 7 32位上安装tensorflow相关的知识,希望对你有一定的参考价值。

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

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

C:Userssjkim>

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

答案

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位的张量流,虽然它不是一个有用的东西。

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

以上是关于无法在Windows 7 32位上安装tensorflow的主要内容,如果未能解决你的问题,请参考以下文章

在带有 SP1 的 Windows 7 32 位上安装 Python 3.8

如何在 Windows 7 64 位上安装 PyOpenSSL?

无法在 Windows 7 64 位上安装 WebdriverIO Cucumber JS 框架

Windows 7 64 位上的 MercurialEclipse:不安装“Mercurial 的 Windows 二进制文件”

如何签署我的驱动程序以使其安装在 Windows 7 64 位上?

在 Windows 7 64 位上安装 Android SDK:“找不到 JDK”? [复制]