You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
I doubt this repo is still maintained.
ModuleNotFoundError: No module named 'carla'
Where can the carla module be found?
The text was updated successfully, but these errors were encountered: