fbdesignpro / sweetviz

Visualize and compare datasets, target values and associations, with one line of code.
MIT License
2.93k stars 274 forks source link

ModuleNotFoundError: No module named 'sweetviz' #37

Closed sourovsahoo closed 3 years ago

sourovsahoo commented 4 years ago

installation is successful,still i am getting error. ModuleNotFoundError: No module named 'sweetviz'

a246530 commented 4 years ago

You ran pip list and it shows up correct?

sourovsahoo commented 4 years ago

Yes.all files were downloaded.

On Wed, 22 Jul 2020, 01:26 Michael Carson, notifications@github.com wrote:

You ran pip list and it shows up correct?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fbdesignpro/sweetviz/issues/37#issuecomment-662074367, or unsubscribe https://github.com/notifications/unsubscribe-auth/APVO4N5QF5FSH6CPUYRA2JDR4XXFXANCNFSM4PD5GSNA .

fbdesignpro commented 4 years ago

@sourovsahoo That sounds similar to #36. It's like there is something weird with the install in general. 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!

sourovsahoo commented 4 years ago

Im using windows10,Anaconda navigator(Anaconda3) and running it in jupyter notebook 6.0.1. Step2-I created a fresh new environment of python 6+

Step2-installed the pip in the command prompt which got sucessessful.

On Wed, 22 Jul 2020, 18:15 Francois Bertrand, notifications@github.com wrote:

@sourovsahoo https://github.com/sourovsahoo That sounds similar to #36 https://github.com/fbdesignpro/sweetviz/issues/36. It's like there is something weird with the install in general. 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!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fbdesignpro/sweetviz/issues/37#issuecomment-662431784, or unsubscribe https://github.com/notifications/unsubscribe-auth/APVO4NYW2NTFFDRCPSLQWO3R43NPXANCNFSM4PD5GSNA .

fbdesignpro commented 3 years ago

Hello @sourovsahoo! 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!

sourovsahoo commented 3 years ago

I installed it.working good. Thank you

On Thu, 8 Oct 2020, 19:11 Francois Bertrand, notifications@github.com wrote:

Hello @sourovsahoo https://github.com/sourovsahoo! 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!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fbdesignpro/sweetviz/issues/37#issuecomment-705576328, or unsubscribe https://github.com/notifications/unsubscribe-auth/APVO4N35WEZEPKQFSDKD7HLSJW6Q3ANCNFSM4PD5GSNA .

fbdesignpro commented 3 years ago

@sourovsahoo really glad to hear it! Thank you for letting me know. If I may ask, did you just try reinstalling or did you have to do some of the more complex steps of the above?

sourovsahoo commented 3 years ago

1st time i tried all type of different methods. 1.creating a new enviornment 2.pip install sweetviz etc etc But it was not running. after few days i just did pip install sweetviz and.wow it got executed.

On Thu, 8 Oct 2020, 19:50 Francois Bertrand, notifications@github.com wrote:

@sourovsahoo https://github.com/sourovsahoo really glad to hear it! Thank you for letting me know. If I may ask, did you just try reinstalling or did you have to do some of the more complex steps of the above?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fbdesignpro/sweetviz/issues/37#issuecomment-705603202, or unsubscribe https://github.com/notifications/unsubscribe-auth/APVO4N4VZKM55CG42YHGVDDSJXDBXANCNFSM4PD5GSNA .

fbdesignpro commented 3 years ago

@sourovsahoo thank you for the details! Yeah, wow! Well I'm glad it worked :)

Yuri-Nassar commented 2 years ago

1st time i tried all type of different methods. 1.creating a new enviornment 2.pip install sweetviz etc etc But it was not running. after few days i just did pip install sweetviz and.wow it got executed. On Thu, 8 Oct 2020, 19:50 Francois Bertrand, @.***> wrote: @sourovsahoo https://github.com/sourovsahoo really glad to hear it! Thank you for letting me know. If I may ask, did you just try reinstalling or did you have to do some of the more complex steps of the above? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#37 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/APVO4N4VZKM55CG42YHGVDDSJXDBXANCNFSM4PD5GSNA .

I am having a problem with it too. I did not got any error to install it. However, when I try to run like 'python3 file_name.py' in the terminal I got the ModuleNotFoundError: No module named 'sweetviz'. I also installed it on JNotebook and I did not get any error. I hope that it got work later like yours. :D

ThanThan999 commented 2 years ago

I used SweetViz before and encountered the "No module named 'sweetviz'" error. As mentioned above I uninstalled and installed Sweetviz, after which it worked well. I took a little break and now I came back to do EDA using SweetViz, I encountered the same error again. The pip uninstall and intall didnt work this time. Any help please. Thanks.