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 am posting this here as a known issue that we can point to when people ask.
As mentioned in this issue, our Python 3.12 support is broken right now when isntalling via pip because of our dependency nlopt. I expect this package will be fixed for Python 3.12 eventually (just like it was with 3.11), but for now we have to wait.
CadQuery installed via conda (instructions here) seems to work fine with Python 3.12, so that is an option.
The text was updated successfully, but these errors were encountered:
@Jfdezmtz You can try installing CadQuery, but nlopt still throws an error via pip for me on Python 3.12 in Linux. As far as I can tell, that is the only broken dependency, but it is not one that can be left out.
I am posting this here as a known issue that we can point to when people ask.
As mentioned in this issue, our Python 3.12 support is broken right now when isntalling via pip because of our dependency
nlopt
. I expect this package will be fixed for Python 3.12 eventually (just like it was with 3.11), but for now we have to wait.CadQuery installed via conda (instructions here) seems to work fine with Python 3.12, so that is an option.
The text was updated successfully, but these errors were encountered: