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
For some reason, I had some trouble installing the libraries contained in the requirements.txt. Maybe the library version specified is outdated or something.
Additional notes
I'm working on MacOS.
Installed vía the pip3 install -r requirements.txt command.
it looks like one module is missing or a bad version is installed instead, try to install Werkzeug with pip:
pip install Werkzeug==0.15.4
Also stick to the versions of the libraries indicated in the requirements.txt file, i.e. you have pandas>1.0 but your environment requires pandas==0.22.0. Best is to set a virtual environment dedicated for this project.
For some reason, I had some trouble installing the libraries contained in the requirements.txt. Maybe the library version specified is outdated or something.
Additional notes
pip3 install -r requirements.txt
command.Reference
Plotly-Dashboards-with-Dash/requirements.txt
Line 10 in e2a8e78
The text was updated successfully, but these errors were encountered: