pip install tensorflow
could not find a version that satisfies the requirement tensorflow
安装时一直报这个错误。
手动搜索一下
pip search tensorflow
结果找到一堆,第一个好像就是,那为啥还会报这个错呢?后来发现两个可能的原因
- python的版本可能是32位的
- python的版本可能是3.7几的
解决办法:
重新装个3.6几的python就可以了
pip install tensorflow
could not find a version that satisfies the requirement tensorflow
安装时一直报这个错误。
手动搜索一下
pip search tensorflow
结果找到一堆,第一个好像就是,那为啥还会报这个错呢?后来发现两个可能的原因
解决办法:
重新装个3.6几的python就可以了