cadquery
cadquery copied to clipboard
Attributeerror for bool8 to bool in numpy?
Hi all, with just a basic installation of cadquery, im getting this issue:
raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'bool8'. Did you mean: 'bool'?
my numpy version is 2.0.0, do I need to downgrade it in order to use cadquery?