Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'numpy' has no attribute 'int' #165

Open
NikhilShuklaDQLabs opened this issue Feb 1, 2023 · 0 comments
Open

AttributeError: module 'numpy' has no attribute 'int' #165

NikhilShuklaDQLabs opened this issue Feb 1, 2023 · 0 comments

Comments

@NikhilShuklaDQLabs
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant