为了账号安全,请及时绑定邮箱和手机立即绑定

使用PIP找不到TensorFlow

使用PIP找不到TensorFlow

www说 2019-07-19 14:32:27
使用PIP找不到TensorFlow我试着用PIP来阻止TensorFlow:$ pip install tensorflow --user Collecting tensorflow Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow我做错什么了?到目前为止,我使用了Python和PIP,没有任何问题。
查看完整描述

3 回答

?
蝴蝶刀刀

TA贡献1801条经验 获得超8个赞

您需要64位版本的Python,在您的示例中使用的是32位版本。到目前为止,TensorFlow只支持64-bit versions of Python 3.5.x and 3.6.x在窗户上。

若要检查正在运行的Python版本,请键入pythonpython3启动解释器,然后键入import struct;print(struct.calcsize("P") * 8)而这两种方法都会打印出来3264告诉您正在运行的Python的哪个位版本。


查看完整回答
反对 回复 2019-07-19
  • 3 回答
  • 0 关注
  • 1807 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信