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
I have problems starting the examples after changing the car or circuit. I am running it from windows 10 and python 3.11.2, I have also tried version 3.9 and it results in the same error.
I have problems starting the examples after changing the car or circuit. I am running it from windows 10 and python 3.11.2, I have also tried version 3.9 and it results in the same error.
OSError Traceback (most recent call last)
Cell In[7], line 3
1 # Load vehicle
2 vehicle_xml="car-via-xml"
----> 3 fastest_lap.create_vehicle_from_xml(vehicle_xml,"../../../../database/vehicles/f1/ferrar-2022-australia.xml");
File C:\v0.5\include\fastest_lap.py:45, in create_vehicle_from_xml(name, database_file)
42 name = c.c_char_p((name).encode('utf-8'))
43 database_file = c.c_char_p((database_file).encode('utf-8'))
---> 45 c_lib.create_vehicle_from_xml(name,database_file)
47 return
OSError: [WinError -529697949] Windows Error 0xe06d7363
The text was updated successfully, but these errors were encountered: