Problems running Vizro dashboard



Hello everyone I am trying to run my first vizro dashboard and i am having a problem running the filter_data python file. i have pip installed vizro but it nothing works. I am following tutorial from charming data and i have followed everything there but it is not not working. Please i need help.

1 Like

Hi @ImmanuelOji and welcome to the Dash community :slightly_smiling_face:

Glad you tried Vizro! Things might have changed since the charming data tutorial. Please check the Vizro docs and try the quickstart example in their docs:

https://vizro.readthedocs.io/en/stable/pages/tutorials/first_dashboard/

If you are still having issues, feel free to post a follow up here. Please include the actual code you are using rather than a screenshot. It makes it easier for us to reproduce the error you are seeing.

1 Like

Ok thank you soo much, will check it out now

Hi @ImmanuelOji

If you are still having issues, try it with dash==2.15.0. It looks like there might be an issues with using Dash 2.16.0 with Anaconda as @antony.milne pointed out in this post Error loading dependencies while running Vizro dashboard - #4 by antony.milne

1 Like

Another thing to check is what version of flask you are running? I suspect that pip install -U flask would fix this.

Hi @AnnMarieW

I tried it with dash 2.15.0 and used pip install -U flask as @antony.milne pointed out and it worked perfectly. Thank you both soo much

2 Likes