gym-carla
gym-carla copied to clipboard
ModuleNotFoundError: No module named 'carla'
(gym_carla) why@why-why:~/Downloads/gym-carla$ python test.py
Traceback (most recent call last):
File "test.py", line 10, in
Ps:export PYTHONPATH=/home/why/CARLA_0.9.6/PythonAPI/carla/dist/carla-0.9.6-py3.5-linux-x86_64.egg How do I set environment variables?
Hi,you can try this. PS:export PYTHONPATH=$PYTHONPATH:/home/why/CARLA_0.9.6/PythonAPI/carla/dist/carla-0.9.6-py3.5-linux-x86_64.egg
You have to install carla
pip install carla
and it has to be the same version of your CARLA source