I cannot import autoviz
'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)
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: @.***>
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