【发布时间】:2017-04-21 21:41:55
【问题描述】:
我正在使用 Visual Studio 2015、Python 3.5.2、Windows 10,并且最近将 pip 升级到了 9.0.1。我正在尝试在我的系统上安装 Tensorflow 0.12。我尝试使用VS内置的“安装Python包”功能,以及命令提示符
pip install python
两种方式我都会得到同样的错误:
Installing 'tensorflow'
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
'tensorflow' failed to install. Exit code: 1`
我不知道从这里做什么。据说 pip 命令是我所要做的一切,其他任何地方都没有任何故障排除。
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2013, 22:01:18) [MSC v.1900 32 bit (Intel)] on win32
【问题讨论】:
-
能否用运行 Python 时打印出的文本更新问题? (例如,
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32是它在我的工作站上打印的内容。) -
完成了,就在上面。
标签: visual-studio-2015 pip tensorflow windows-10 python-3.5