-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
had to downgrade numpy from 2.0.0 to 1.26.4 to make cadquery work #1616
Comments
#1617 did not fix the issue for me, there is still a problem with numpy2:
|
How did you install? Via pip or conda? |
Then I think you need to ask the maintainers of nlopt to build against numpy 2 and release. |
Yes, I think you are right. I'll use numpy<2 for now |
new install of cadquery on windows 10. Cadquery version 2.4.0
using python 3.12.4
test of install with "import cadquery" produced an error: AttributeError: module 'numpy' has no attribute 'bool8'. Did you mean: 'bool'
google search returned that latest numpy no longer has bool8.
So I downgraded numpy from 2.0.0 to 1.26.4
It solve the problem. basic cadquery test passed.
The text was updated successfully, but these errors were encountered: