imitation-learning icon indicating copy to clipboard operation
imitation-learning copied to clipboard

How to run in carla 0.9.4

Open SHITIANYU-hue opened this issue 4 years ago • 5 comments

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'

SHITIANYU-hue avatar Aug 18 '20 02:08 SHITIANYU-hue

I have the same question, do you solve it? Thanks

raozhongyu avatar Nov 19 '20 12:11 raozhongyu

You could check the bachrc file whether it includes the right path of the carla module

SHITIANYU-hue avatar Nov 20 '20 13:11 SHITIANYU-hue

Thanks for your reply ,I meet this question :ModuleNotFoundError: No module named 'carla.driving_benchmark'

raozhongyu avatar Nov 21 '20 01:11 raozhongyu

make sure to export this: export PYTHONPATH="pwd/PythonClient:$PYTHONPATH"

Rookie-81 avatar Dec 15 '20 19:12 Rookie-81

Thanks for your reply ,I meet this question :ModuleNotFoundError: No module named 'carla.driving_benchmark'

Hi, Have you solved this problem?

EchoYJJ avatar Mar 14 '21 02:03 EchoYJJ