过程
ubuntu18.04 使用如下命令安装protobuf
pip3 install protobuf
安装完毕后报错
protobuf requires Python '>=3.7' but the running Python is 3.6.9
解决
更新pip
python3 -m pip install --upgrade pip
再次安装之前安装的module文章来源:https://www.toymoban.com/news/detail-693474.html
pip3 install protobuf
不再报错文章来源地址https://www.toymoban.com/news/detail-693474.html
到了这里,关于requires Python ‘>=3.7‘ but the running Python is 3.6.9 问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!