AttributeError: module 'numpy' has no attribute 'VisibleDeprecationWarning #182
tchowdhury
started this conversation in
General
Replies: 1 comment
-
Any solutions here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm planning to use sweetviz (= "^2.3.1") within notebook. my installed numpy version = 2.2.2
following script throwing bellow error
my_report = sv.analyze()
my_report.show_html()
AttributeError: module 'numpy' has no attribute 'VisibleDeprecationWarning'
details below

Any idea how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions