sweetviz
sweetviz copied to clipboard
sweetviz
sv.analyze is woking well in DOS mode but fails in python 3.7.7 shell,AttributeError: module 'sweetviz' has no attribute 'analyze'
@subramanianramajayam that sounds similar to #37, like there is something weird with the install. Can you detail out your configuration/platform? Are you running in a notebook, or in pycharm etc.? Thank you for reporting this and let us know as much information as possible, we will try to fix this ASAP!
Hello @subramanianramajayam ! It's been a while but I was wondering if you ever got the installation to run. I would really like to resolve any install issues for all users so I gathered the following information, please let me know if you (or anyone else) try this and get positive or negative results!
- Make sure none of your scripts are named
sweetviz.py
, as that interferes with the library itself. Delete or rename that script (and any associated.pyc
files), and try again. - Try uninstalling the library using
pip uninstall sweetviz
then reinstalling - The issue may stem from using multiple versions of Python, or from OS permissions. The following Stack Overflow articles have resolved many of these issues reported: Article 1 -> "No module named..." fixes Article 2 -> "No module named..." fixes Article 3 -> "No module named..." fixes