Pierian-Data / Plotly-Dashboards-with-Dash

This is the repo for the Udemy Course Python Dashboards with Plotly's Dash
850 stars 1.23k forks source link

Fix Issue #3 #7

Open stoufa opened 4 years ago

stoufa commented 4 years ago

The previously mentioned version of Werkzeug yield the following error :

ModuleNotFoundError: No module named 'werkzeug.wrappers.json'; 'werkzeug.wrappers' is not a package

Changing it to 0.15.4 fixes the issue. Source: https://stackoverflow.com/questions/56933523/apache-airflow-airflow-initdb-throws-modulenotfounderror-no-module-named-wer