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
Do you think I can use a more recent version of the Carla Simulator? I tried to use the version 0.9.9. I did the setup and the "pip install -e . " then I checked my pip list and I can see the Carla version installed. However, when I run the main.py file, I am getting an error of "ModuleError: Not module error found carla".
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi @DeLeonOscar, maybe you're installing the CARLA package in your main python directory and not in a virtualenv (if using any), or vice-versa. Anyway, I'm reading here that with newer versions of CARLA (which are supposed to work with my repo, unless they made some changes to the Python API) you can install the python lib from pip, which should be easier.
Hello,
Do you think I can use a more recent version of the Carla Simulator? I tried to use the version 0.9.9. I did the setup and the "pip install -e . " then I checked my pip list and I can see the Carla version installed. However, when I run the main.py file, I am getting an error of "ModuleError: Not module error found carla".
Thanks in advance.
The text was updated successfully, but these errors were encountered: