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

I cannot import autoviz #112

Open Boub1984 opened 2 months ago

Boub1984 commented 2 months ago

'seaborn' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in style.available)

AutoViML commented 2 months ago

The seaborn styles shipped by Matplotlib have been deprecated after version 3.6. You may have a new version of matplotlib. Just downgrade your version to 3.5 or so. You should be able to fix this error. Auto Vimal On Monday, June 3, 2024 at 07:39:18 AM EDT, Boub1984 @.***> wrote:

'seaborn' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in style.available)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

AutoViML commented 2 months ago

Hi @Boub1984 thanks for trying out AutoViz 👍 I have also fixed the matplotlib version incompatibility with AutoViz. Just upgrade via: pip install autoviz --upgrade

This should fix the problem. Auto Vimal