fbdesignpro / sweetviz

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

markupsafe version change causes failed import #118

Open John-Miller12 opened 2 years ago

John-Miller12 commented 2 years ago

I just installed sv for the first time today on this machine, and some change in markupsafe 2.1.0 causes the import sweetviz as sv to fail.

I do not have the exact error in front of me (and already trudged forward with markupsafe 2.0.1 so lack time to recreate), but this should be reproducible.

dsepulvedag commented 2 years ago

Same issue here, here is the error I am getting: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. cookiecutter 1.7.2 requires MarkupSafe<2.0.0, but you have markupsafe 2.1.1 which is incompatible.

Hope it helps!