Pierian-Data / Plotly-Dashboards-with-Dash

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

Problems installing libraries - Udemy student #9

Open robperch opened 3 years ago

robperch commented 3 years ago

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

Reference

https://github.com/Pierian-Data/Plotly-Dashboards-with-Dash/blob/e2a8e78cfb447df7a9d22c38a5e5904ca6068078/requirements.txt#L10

sbwiecko commented 3 years ago

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.

pravinkumarosingh commented 3 years ago

I recommend that you install libraries manually.