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

14.7k Views Asked by At

"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?

1

There are 1 best solutions below

2
On

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

how to install: pip install protobuf==3.19.6