【发布时间】: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