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
Hello all, I am trying to create tool path to engrave an image and so i created an operation and set the data source to image and select the image. I selected parallel as operation strategy and a v bit tool. When i click calculate path, FabEx generates the following error
Error: module 'numpy' has no attribute 'float'. np.float was a deprecated alias for the builtin float. To avoid this error in existing code, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Is there a way i can work around this?? It was working in earlier version which i dont have anymore.
Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, I am trying to create tool path to engrave an image and so i created an operation and set the data source to image and select the image. I selected parallel as operation strategy and a v bit tool. When i click calculate path, FabEx generates the following error
Error: module 'numpy' has no attribute 'float'.
np.float
was a deprecated alias for the builtinfloat
. To avoid this error in existing code, usefloat
by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, usenp.float64
here.The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Is there a way i can work around this?? It was working in earlier version which i dont have anymore.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions