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
I have installed gmshModel using pip and I am unable to import. I get the error: AttributeError: np.string_ was removed in the NumPy 2.0 release. Use np.bytes_ instead.
Any ideas why I would be getting this error when importing: "import gmshModel"
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I have installed gmshModel using pip and I am unable to import. I get the error: AttributeError:
np.string_
was removed in the NumPy 2.0 release. Usenp.bytes_
instead.Any ideas why I would be getting this error when importing: "import gmshModel"
Thanks!
The text was updated successfully, but these errors were encountered: