blendercam icon indicating copy to clipboard operation
blendercam copied to clipboard

Equation package: AttributeError: `np.Inf` was removed in the NumPy 2.0 release

Open aak67 opened this issue 7 months ago • 0 comments

NumPy 2.0 use np.inf and no longer np.Inf and np.nan instead of np.NaN This is an issue of the Equation package of course and not blendercam.

Workaround: just edit the file and use lowercase characters (e.g. in manjaro linux /usr/lib/python3.12/site-packages/Equation/equation_base.py)

aak67 avatar Jul 20 '24 08:07 aak67