CommonRoad / commonroad-crime

🚧 🚔 ⚠ Toolbox to compute Criticality Measures for Automated Vehicles
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Python 3.11 support #1

Open muety opened 8 months ago

muety commented 8 months ago

Getting this error when trying to install dependencies using Python 3.11 or higher.

Searching for commonroad-reach>=2023.1
Reading https://pypi.org/simple/commonroad-reach/
Downloading https://files.pythonhosted.org/packages/e8/6a/7bc84173fa859cd8f2dee6384df0626339c5176056d03758decc897fe26b/commonroad_reach-2024.1.tar.gz#sha256=0e0d995c0ef0f2ded6430f1c4e095df59723b2ee552455388087bf2b884fd29a
Best match: commonroad-reach 2024.1
Processing commonroad_reach-2024.1.tar.gz
error: Couldn't find a setup script in /tmp/easy_install-q5c7esh7/commonroad_reach-2024.1.tar.gz

Looks like commonroad-reach doesn't have a release for 3.11 and for whatever reason also can't be compiled.

smaierhofer commented 8 months ago

We currently only support Python 3.8-3.10. We will provide Python wheels for newer versions with one of the next releases of commonroad-reach.