CommonRoad / commonroad-drivability-checker

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

ERROR: Could not build wheels for commonroad-drivability-checker, which is required to install pyproject.toml-based projects #3

Closed rgu01 closed 8 months ago

rgu01 commented 8 months ago

System description

Conda environment description

Other common road package installed

Error description Running "pip install commonroad-drivability-checker" gets the error (error report.txt):

(...log skipped...) Building wheel for commonroad-drivability-checker (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdistwheel did not run successfully. │ exit code: 1 ╰─> [1112 lines of output] (...log skipped...)_ File "/tmp/pip-install-n6fix6ja/commonroad-drivability-checker_83373c1d04214c9a93b644f29613054d/setup.py", line 44, in run self.build_extension(ext) File "/tmp/pip-install-n6fix6ja/commonroad-drivability-checker_83373c1d04214c9a93b644f29613054d/setup.py", line 140, in build_extension subprocess.check_call(['cmake', '--build', '.'] + build_args, cwd=build_dir) File "/home/ron/miniconda3/envs/commonroad/lib/python3.12/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--target', 'install']' returned non-zero exit status 2. [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for commonroad-drivability-checker Running setup.py clean for commonroad-drivability-checker Failed to build commonroad-drivability-checker ERROR: Could not build wheels for commonroad-drivability-checker, which is required to install pyproject.toml-based projects

smaierhofer commented 8 months ago

We currently only support Python 3.8-3.10. We will provide Python wheels for newer versions with the next release.