使用pip找不到TensorFlow


$ pip install tensorflow
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

但是明显是有pip源的,报错肯定不是源的问题。

问题出在:你当前python是32bit的,tersorflow只支持64bit的python.

解决方法:卸载32位的,下载64位的(x84_64)

 

参考链接:https://www.itranslater.com/qa/details/2110745576458421248


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM