Replies: 4 comments 1 reply
-
Hye i have the same issue too try to run .py in carla pythonAPI examples C:\carla\PythonAPI\examples>py -3.11 automatic_control.py |
Beta Was this translation helpful? Give feedback.
-
Any updates with this? |
Beta Was this translation helpful? Give feedback.
-
Try with Python 3.8. I downgraded the Python version to 3.8 - cause it was the one that worked fine with Carla 0.9.11 and after running make clean and building again, it is running OK now. |
Beta Was this translation helpful? Give feedback.
-
Try to open Util/BuildTools/Setup.sh find "BOOST_VERSION=1.80.0" change it to "BOOST_VERSION=1.81.0" |
Beta Was this translation helpful? Give feedback.
-
When i open the terminal and run the python script i will get this error .
I am installed in windows , Conda - environment :
plz help me :
Traceback (most recent call last):
File "C:\prem\software\CARLA_0.9.14\WindowsNoEditor\PythonAPI\examples\manual_control.py", line 83, in
import carla
File "C:\Users\Admin\anaconda3\envs\Carla_1\Lib\site-packages\carla_init_.py", line 8, in
from .libcarla import *
SystemError: type Boost.Python.enum has the Py_TPFLAGS_HAVE_GC flag but has no traverse function
Plz help me anyone
Beta Was this translation helpful? Give feedback.
All reactions