How to run in carla 0.9.4
SHITIANYU-hue opened this issue · 5 comments
SHITIANYU-hue commented
It seems that this CARLA version cannot be installed now.
Traceback (most recent call last):
File "run_CIL.py", line 4, in
from carla.driving_benchmark import run_driving_benchmark
ModuleNotFoundError: No module named 'carla'
raozhongyu commented
I have the same question, do you solve it? Thanks
SHITIANYU-hue commented
You could check the bachrc file whether it includes the right path of the carla module
raozhongyu commented
Thanks for your reply ,I meet this question :ModuleNotFoundError: No module named 'carla.driving_benchmark'
Rookie-81 commented
make sure to export this:
export PYTHONPATH="pwd
/PythonClient:$PYTHONPATH"
EchoYJJ commented
Thanks for your reply ,I meet this question :ModuleNotFoundError: No module named 'carla.driving_benchmark'
Hi, Have you solved this problem?