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
After pip installing based on the current requirements.txt file, I received an error when executing the import dash command in Python: No module named 'werkzeug.wrappers.json'. I had installed into a new conda environment. The error may be related to a known conflict with Flask 1.1.1.
I'm just starting the course, but I believe I resolved the issue by changing the line 'Werkzeug==0.14.1' to 'Werkzeug==0.15.1' in the requirements file. I'll be alert for related conflicts going forward.
The text was updated successfully, but these errors were encountered:
stoufa
added a commit
to stoufa/Plotly-Dashboards-with-Dash
that referenced
this issue
Apr 14, 2020
After pip installing based on the current requirements.txt file, I received an error when executing the
import dash
command in Python:No module named 'werkzeug.wrappers.json'
. I had installed into a new conda environment. The error may be related to a known conflict with Flask 1.1.1.I'm just starting the course, but I believe I resolved the issue by changing the line 'Werkzeug==0.14.1' to 'Werkzeug==0.15.1' in the requirements file. I'll be alert for related conflicts going forward.
The text was updated successfully, but these errors were encountered: