美文网首页
Tensorflow安装不上

Tensorflow安装不上

作者: 坑吭吭 | 来源:发表于2019-01-04 15:08 被阅读13次
pip install tensorflow

could not find a version that satisfies the requirement tensorflow安装时一直报这个错误。
手动搜索一下

pip search tensorflow

结果找到一堆,第一个好像就是,那为啥还会报这个错呢?后来发现两个可能的原因

  1. python的版本可能是32位的
  2. python的版本可能是3.7几的

解决办法:
重新装个3.6几的python就可以了

相关文章

网友评论

      本文标题:Tensorflow安装不上

      本文链接:https://www.haomeiwen.com/subject/qxtkrqtx.html