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