简体   繁体   English

如何在win 7 32位的python 3.6中安装tensorflow

[英]How to install tensorflow in python 3.6 in win 7 32 bit

I am trying to install tensorflow in system but I get the following error.我正在尝试在系统中安装 tensorflow 但出现以下错误。 If there is any way to install it in 32 bit python than please let me know.如果有任何方法可以将它安装在 32 位 python 中,请告诉我。 Here is the error:这是错误:

ERROR: Could not f
ind a version that satisfies the requirement tensorflow (from
versions: none)
ERROR: No matching distribution found for tensorflow

Unfortunately, TensorFlow is not available for Windows 32-bit systems.不幸的是,TensorFlow 不适用于 Windows 32 位系统。

You can install TensorFlow only for 64-bit Windows systems.您只能为 64 位 Windows 系统安装 TensorFlow。

However, it is possible to install it from source code.You can compile and install it in 32 bits linux systems or you can just update python 32 bits to Python 3.4, 3.5 or 3.6 (64 bits) and try that if it works. However, it is possible to install it from source code.You can compile and install it in 32 bits linux systems or you can just update python 32 bits to Python 3.4, 3.5 or 3.6 (64 bits) and try that if it works.

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

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