$ 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

相关文章:

  • 2021-08-11
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-01-06
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
  • 2021-07-16
相关资源
相似解决方案