angelkim88 / CARLA-Lane_Detection

77 stars 30 forks source link

ModuleNotFoundError: No module named 'carla' #6

Open yendiDev opened 1 year ago

yendiDev commented 1 year ago

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

Where can the carla module be found?

Alex777Russia commented 6 months ago

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!