Issues deploying streamlit app!

Hello! My app will open perfectly on my Mac, but as soon as I deploy to cloud I get this error (which is slightly unhelpful :wink:


The link to the GitHub is here: Omics_TD1.0/Streamlit.py at main · helloftroy/Omics_TD1.0 · GitHub

Do you have any suggestions for what I can do?

Hi @Helen_Park,

I took a peek at your repo and I think the requirements.txt might be the culprit. It seems you have auto-created the requirements file and it has 374 specific package dependencies!

This is likely the cause of your error, I would suggest editing your requirements to have only the packages you import and use in your app.

Happy Streamlit-ing!
Marisa

Marisa,

Ahhh - thank you! I’m new to this, if it is not clear. I have it working (knock on wood) now! Thank you for the very quick reply and help :slight_smile:
Helen

2 Likes

No problem! So glad I could help!

Happy Streamlit-ing
Marisa

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.