简体   繁体   中英

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"

Dear community, I'm using CARLA simulator and for that I need to use python 3.6 and 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?

You can install the package that works in python version 3.6. link below link

how to install: pip install protobuf==3.19.6

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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