You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cannot import name 'soft_unicode' from 'markupsafe'
To Reproduce
from dataprep.eda import plot, plot_correlation, plot_missing, plot_diff,create_report
Or:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
Platform VSCode , .ipynb
dataprep 0.4.1 requires flask<2.0.0,>=1.1.4, but you have flask 3.0.0 which is incompatible.
dataprep 0.4.1 requires jinja2<3.0,>=2.11, but you have jinja2 3.1.2 which is incompatible.
Successfully installed Werkzeug-3.0.1 blinker-1.6.3 click-8.1.7 flask-3.0.0 itsdangerous-2.1.2
The text was updated successfully, but these errors were encountered:
cannot import name 'soft_unicode' from 'markupsafe'
To Reproduce
from dataprep.eda import plot, plot_correlation, plot_missing, plot_diff,create_report
Or:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
Platform VSCode , .ipynb
The text was updated successfully, but these errors were encountered: