carla-simulator/carla

WARNING: Client API version = 0.9.15 WARNING: Simulator API version = 0.9.13

Closed this issue · 1 comments

Hi! I'm dealing with a problem with version mismatch while running PythonAPI on Carla server. I have carla lib installed with pip install carla, but it always installs 0.9.15 and i cant make it to get 0.9.13.
CARLA version: 0.9.13
Platform/OS: Ubuntu 20.04
Problem you have experienced: WARNING: Client API version = 0.9.15 WARNING: Simulator API version = 0.9.13 after running PythonAPI example
What you expected to happen: Generate traffic
Steps to reproduce: run ./CarlaUE4.sh and then in another terminal cd PythonAPI/examples && python3 generate_traffic.py
Other information (documentation you consulted, workarounds you tried): /CARLA_0.9.13/PythonAPI/carla/dist has only 0.9.13 version files, 2x .whl and 2x .egg.

-->

Solved.

just go into

/CARLA_0.9.13/PythonAPI/examples

and then run

pip uninstall carla
pip install carla==0.9.13