-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run in carla 0.9.4 #86
Comments
I have the same question, do you solve it? Thanks |
You could check the bachrc file whether it includes the right path of the carla module |
Thanks for your reply ,I meet this question :ModuleNotFoundError: No module named 'carla.driving_benchmark' |
make sure to export this: |
Hi, Have you solved this problem? |
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'
The text was updated successfully, but these errors were encountered: