cadquery icon indicating copy to clipboard operation
cadquery copied to clipboard

Attributeerror for bool8 to bool in numpy?

Open ghxstweb opened this issue 7 months ago • 11 comments

image

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?

ghxstweb avatar Jul 12 '24 02:07 ghxstweb