-
Notifications
You must be signed in to change notification settings - Fork 53
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
The run_bridge.py file was not run successfully. #17
Comments
use python3 |
|
Hi @Jay2Coomzz probably you are facing the same issue I have experienced. To solve this you need to follow this: In USAGE section a pyton error will occur in carla-apollo container, when trying to run the scripts. To solve this, I used the approach from here: carla-simulator/carla#1466 . It will help:
|
run in carla-apollo container:
cd ~/carla_apollo_bridge
python examples/run_bridge.py
Should I use Python 2?
However, the following error occurs:
(1)ImportError: No module named carla
(2)If I installed carla through pip,the following error also occurs:
free(): invalid pointer
Aborted (core dumped)
How should I solve it?
The text was updated successfully, but these errors were encountered: