carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.18k stars 3.61k forks source link

Carla API version and simulator API version problem #7393

Closed zeroyang0809 closed 2 months ago

zeroyang0809 commented 5 months ago

In the past, i use carla0.9.11. I want to use carla 0.9.15 version recently. However, when i run the config.py to change the town map. It looks like that it meet some version problem

how to handle the problem like this? ps: i install the carla by download the https://github.com/carla-simulator/carla/releases/tag/0.9.15/and https://github.com/carla-simulator/carla/releases/tag/0.9.11/ thanks

Screenshot 2024-04-11 163046

FriedrichZimmer commented 5 months ago

I think you should also update the carla library in python by pip after updating the server to 9.15

Aperiss commented 5 months ago

you need to update the CARLA client installation, first:

Inside the deliverable folder run:

pip3 uninstall carla pip3 install -r requirements.txt

Then you install the updated requirements and call make PythonAPI