安装tensorflow失败的原因
时间:2020-12-15 08:34:58
收藏:0
阅读:72
错误信息:
C:\Users\Lenovo>pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow
ERROR: No matching distribution found for tensorflow
很有可能是python版本太高,tensorflow目前还不支持。可以去tensorflow官网看看支持的python版本。
重新安装一个低版本python就可以了。
原文:https://www.cnblogs.com/gxxtsz/p/14136506.html
评论(0)