采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
不可能的,window也支持python2.7的,如果是windows环境的话,建议安装anaconda,可以绕过很多环境配置问题。可以去这个网址下载:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
非常感谢!
windows 上 python2.7确实没有tensorflow,无论cpu还是gpu的版本都没有。
stackoverflow上的有类似问题:
https://stackoverflow.com/questions/45408000/does-tensorflow-work-for-python-2-7-on-windows-10
我自己也试过:
1. anaconda 找不到tensorflow
2. pip install tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
3. pip install tensorflow-gpu
Could not find a version that satisfies the requirement tensorflow-gpu (from versions: )
No matching distribution found for tensorflow-gpu
我默认是用清华源:https://pypi.tuna.tsinghua.edu.cn/simple
其他源也试过。
目前我都是用 python3.6 来做的。tensorflow 版本用的是1.4 gpu版本。
pip install tensorflow-gpu==1.4.0 --user
登录后可查看更多问答,登录/注册
深度学习算法工程师必学,深入理解深度学习核心算法CNN RNN GAN
1.5k 9
1.5k 8
1.0k 7
1.1k 7
1.9k 7