300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > pip安装tensorflow报错:could not find a version that satisfies the requirement grpcio=1.8.6

pip安装tensorflow报错:could not find a version that satisfies the requirement grpcio=1.8.6

时间:2021-08-30 17:59:24

相关推荐

pip安装tensorflow报错:could not find a version that satisfies the requirement grpcio=1.8.6

下图红色字体为错误提示:

- ERROR: Could not find a version that satisfies the requirement grpcio>=1.8.6 (from tensorflow) (from versions: none)

- ERROR: No matching distribution found for grpcio>=1.8.6 (from tensorflow)

出错原因:没有安装numpy或者版本不够新。

解决办法:用 “pip install --upgrade numpy” 安装或者更新,然后再重新安装tensorflow 即可。

注意 pugrade 前边是两个连字符 “-” 哦

参考博文

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。