AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.7k stars 196 forks source link

Cannot even import autoviz? #90

Closed mkumar73 closed 1 year ago

mkumar73 commented 1 year ago

Not able to even import autoviz after installation. Thought to try it, but doesn't work.

Please see the screenshot below:

image image image

mkumar73 commented 1 year ago

duplicate issue, already raised before by another user.

AutoViML commented 1 year ago

PLEASE REMEMBER THAT AUTOVIZ INSTALLS ON COLAB AND IMPORTS WITH ZERO EFFORT. Same story with Kaggle Notebooks where there are thousands of notebooks which use AutoViz. But if you install it via pip on your local machine without setting up a separate environment, sometimes, it will clash with your existing versions. Instead, if you choose to install autoviz via conda then it will work better. I think there are some versions of bokeh which are messed up. I can't help it if you don't try conda or a separate env.

Check if your versions are correct:


holoviews~=1.14.9 (from autoviz)
hvplot~=0.7.3 (from autoviz)
panel>=0.12.6 (from autoviz)```

Similarly you can check the public Colab notebook here which runs without a problem.
https://colab.research.google.com/drive/1o1tEz6IyJnPwpFVEs42E16Q0lZXCcJgT?usp=sharing

I am going to close this issue since you need to try these above before filing an issue.
Thanks
Auto Vimal