No module named carla #40
-
I am getting this error "No module named carla" when running:- I checked the ip address of carla docker version it is using : IPAddress: 172.18.0.2. While in the apollo cyber/setup.bash is using :CYBER_IP=172.17.0.1 Is it because of this this error or something else needs to be changed.I have followed all the steps in the documentation . @guardstrikeo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think it is a bug introduced by recently force push, this issue also occurs on my local box. Please try to override |
Beta Was this translation helpful? Give feedback.
I think it is a bug introduced by recently force push, this issue also occurs on my local box. Please try to override
src/carla_python/carla/dist
with your Carla's ‘PythonAPI/carla/dist’. @Saddy21