Hi, I’ve added a requirements text in github repo, and tried the following without success:
pip install plotly==5.22.0
pip install plotly
pip install plotly.express
pip install plotly-express
plotly==5.22.0
plotly
plotly.express
plotly-express
Error installing requirements. Click “Manage App” and consult the terminal for more details. If you still have questions, leave a message in our forums and we will get back to you ASAP.
You’d need to ensure your requirements.txt file avoids redundancy and includes the correct package names and versions. The content should look something like this:
plotly==5.22.0
After making sure your requirements.txt file is correct, you need to rebuild your Streamlit app to apply the changes.
Good luck with your app, and feel free to reach out if you need more help!