traffic-generation-editor
traffic-generation-editor copied to clipboard
No CARLA module available
This problem makes my head dizzy for days. QGIS python console, VScode and my terminal can import 'carla' but when I press the button to connect to CARLA server this error occurs, I know there is another post like this but there seems to be no answer. Any help would be much appreciated.
OS: [e.g. Ubuntu 18.04] CARLA Version [e.g. CARLA 0.9.11] Python version [e.g. 3.6] QGIS Version [e.g. 3.16]
Hey @koukasgi Did you find a solution to this issue?
For me it was unsatisfied requirements (pygame in my case). To debug this, I removed the try...catch here before installing the plugin. Then I got specific errors when loading the plugin instead of just a generic error!
Hey @koukasgi Did you find a solution to this issue?
I have suffer from this issue, did you fixed it?