My application worked fine until a few minutes ago. I upgraded the following:
pip install dash==0.36.0
pip install dash-html-components==0.13.5
pip install dash-core-components==0.43.0
The screen just says Error loading dependencies. I can't figure out what happened. The application is straightforward. It has three tabs. Each tab has a datatable and a line chart. Nothing crazy.
Has anyone seen this? What were the previous versions of dash, dash-html-components and dash-core-components? I have to get this working.