CadQuery / cadquery

A python parametric CAD scripting framework based on OCCT
https://cadquery.readthedocs.io
Other
3.15k stars 289 forks source link

Update to Fedora 39 breaks cadquery and can't install #1533

Open KadaB opened 6 months ago

KadaB commented 6 months ago

Hi I just updated my machine this morning and when trying to reinstall cadquery with

pip install cadquery

I get "ERROR: Failed building wheel for nlopt". Anyone else got this experience?

nobkd commented 6 months ago

Could be related:

Depends on what your default python version is.

The issue states, that you can try using conda instead, as it should work with python 3.12

jmwright commented 6 months ago

Yes, it's very likely the Python 3.12 issue with nlopt.