简体   繁体   English

无法在Windows 7 32位上安装TensorFlow

[英]Can't install tensorflow on windows 7 32-bit

I can't install TensorFlow in Windows 7, Python 3(32-bit, Lenovo ThinkPad X201s). 我无法在Windows 7,Python 3(32位,Lenovo ThinkPad X201s)中安装TensorFlow。 When I type pip3 install 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>

And I also have 2 python versions. 我也有2个python版本。 How can I install it? 如何安装?

TensorFlow is only tested and supported for 64-bit, x86 systems. TensorFlow仅针对64位x86系统进行了测试和支持。 I don't believe you can install TensorFlow through pip or conda normally from a 32-bit system. 我不相信您通常可以从32位系统通过pip或conda安装TensorFlow。 You CAN run a linux docker container thought docker for windows, but it is based on vm and it didn't support gpu. 您可以在Windows上运行一个以docker为基础的linux docker容器,但是它基于vm,并且不支持gpu。

I have provided a 32 bit tensorflow built for windows https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers , although it's not a helpful thing. 我提供了为Windows https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers构建的32位tensorflow,尽管这不是有用的事情。

32-bit process can use only 2GB memory; 32位进程只能使用2GB内存; a complex model would not load. 复杂的模型将无法加载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM