carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.11k stars 3.58k forks source link

Add info about supported python version #7213

Closed RobertoD91 closed 4 months ago

RobertoD91 commented 6 months ago

Windows release version 0.9.15 include .whl/.egg only for python 3.7.

On latest python (like 3.12) installing carla from pip will fail.

If i understood correctly only version 3.7 and 3.8 of python are supported.

Maybe we can add this information in the readme or in the PythonAPI directory?

According to https://devguide.python.org/versions/ version 3.7 is at its End Of Life (EOL), and 3.8 is in a 'security-only' phase, meaning no more binaries are released. This makes installation on Windows a bit more complex.

xavisolesoft commented 4 months ago

Thank you for your feedback! We created a ticked to build python API for more python versions. Will fix this soon.

https://github.com/carla-simulator/carla/issues/7473

gitguige commented 2 days ago

is this fixed