-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CARLA 0.9.14 - PythonAPI - ModuleNotFoundError: No module named 'carla.libcarla.command' #6414
Comments
i am also facing same error plz help anyone in windows environment |
Solution is here https://github.com/carla-simulator/carla/blob/master/PythonAPI/examples/generate_traffic.py
|
That does not work if CARLA python API (0.9.14) is installed from pip. |
have you found the solution? i encountered the same problem in windows. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've now proposed a working fix for this see: #8161 |
Hi,
While writing our own setup script to spawn cars and pedestrians in the simulator, we encountered this issue when trying to import the
SpawnActor
, or any module undercarla.command
Our setup script is based on the
/carla/PythonAPI/examples/generate_traffic.py
one.Any suggestion?
CARLA version: 0.9.14
Platform/OS: Ubuntu 20.04
Problem you have experienced: ModuleNotFoundError: No module named 'carla.libcarla.command'
What you expected to happen: to import the module
Steps to reproduce:
Install carla python from pypi: and try to import a command
The text was updated successfully, but these errors were encountered: