解决方案:
安装时指定protobuf版本
pip3 install --upgrade tensorflow==1.14 protobuf==3.10.0
pip3 install 报错 protobuf requires Python ‘>=3.7‘ but the running Python is 3.6.8
阅读 145
2023-02-04
解决方案:
安装时指定protobuf版本
pip3 install --upgrade tensorflow==1.14 protobuf==3.10.0
相关推荐
精彩评论(0)