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
When importing from datawig.utils import random_split , because the numpy's latest versions (1.24.00 and higher) doesn't support numpy alias 'np.float or np.int'. Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/username/numpy-reproduce-error-venv/lib/python3.9/site-packages/numpy/__init__.py", line 284, in __getattr__ raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'float'
The text was updated successfully, but these errors were encountered:
When importing
from datawig.utils import random_split
, because the numpy's latest versions (1.24.00 and higher) doesn't support numpy alias 'np.float or np.int'.Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/username/numpy-reproduce-error-venv/lib/python3.9/site-packages/numpy/__init__.py", line 284, in __getattr__ raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'float'
The text was updated successfully, but these errors were encountered: