Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Requirements.txt #106

Open
smartie2076 opened this issue Feb 8, 2024 · 0 comments
Open

Fix Requirements.txt #106

smartie2076 opened this issue Feb 8, 2024 · 0 comments

Comments

@smartie2076
Copy link

Hello @Bachibouzouk!

I just installed the repo locally, and it is working fine. However, I needed to fix the requirements that you sent me.

This is what you sent me as requirements:

dash==0.39.0
dash_daq==0.1.4
plotly==3.7.1
geopandas==0.12.1
pandas==1.5.2
numpy==1.23.5
matplotlib==3.6.2
descartes==1.1.0
flask==2.2.2
werkzeug==2.3.7

This is the Error that occurred: dash.exceptions.InvalidIndexException: Missing element new DashRenderer in index.

And this is the working fix: dash == 0.38.0 (Based on plotly/dash#641)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant