Skip to content
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

ModuleNotFoundError: No module named 'carla' #6

Open
yendiDev opened this issue Mar 10, 2023 · 1 comment
Open

ModuleNotFoundError: No module named 'carla' #6

yendiDev opened this issue Mar 10, 2023 · 1 comment

Comments

@yendiDev
Copy link

I doubt this repo is still maintained.
ModuleNotFoundError: No module named 'carla'

Where can the carla module be found?

@Alex777Russia
Copy link

Hi!
When installing the Cara simulator, you install the simulator itself directly on the Unreal Engine. When running the Lane_Detection.py you import various packages registered in the file, including Carla, which is also a package.

Therefore, in order for everything to work for you, you need to do the following:

pip install carla

And so the script works with newer versions, for example, I just launched it on Carla version 0.9.14.
I hope this helped you, good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants