简体   繁体   English

protobuf 需要 Python '>=3.7' 但运行 Python 是 3.6.4

[英]protobuf requires Python '>=3.7' but the running Python is 3.6.4

"protobuf requires Python '>=3.7' but the running Python is 3.6.4" “protobuf 需要 Python '>=3.7' 但正在运行的 Python 是 3.6.4”

Dear community, I'm using CARLA simulator and for that I need to use python 3.6 and protobuf.亲爱的社区,我正在使用 CARLA 模拟器,为此我需要使用 python 3.6 和 protobuf。 When I want to install 'protobuf' I get this error "protobuf requires Python '>=3.7' but the running Python is 3.6.4" Does anyone know what to do?当我想安装“protobuf”时,出现此错误“protobuf 需要 Python '>=3.7',但正在运行的 Python 是 3.6.4”有人知道该怎么做吗?

You can install the package that works in python version 3.6.您可以安装在 python 版本 3.6 中工作的 package。 link below link链接下方链接

how to install: pip install protobuf==3.19.6如何安装: pip install protobuf==3.19.6

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM