0
点赞
收藏
分享

微信扫一扫

pip3 install 报错 protobuf requires Python ‘>=3.7‘ but the running Python is 3.6.8


解决方案:

安装时指定protobuf版本

​pip3 install --upgrade tensorflow==1.14 protobuf==3.10.0​


举报

相关推荐

0 条评论