My app is stuck in the oven

Hi! I know this is a duplicate of other questions but most of them seem to end with Streamlit doing something in the backend to fix it, so I figured it was worth a shot?

This is my repository: GitHub - madelinekinnaird/female-vs-male-gaze

Is there a reason it is stuck in the oven?

1 Like

For what it’s worth, I was unable to set up an environment using pip install -r requirements.txt with the requirements file from your repo. Maybe try pip freeze > requirements.txt instead of manually specifying the dependencies? Or maybe you would have better luck setting up with conda.

Hey @mkinnaird
Firstly, I must say that your app is really interesting and unique.

I want to suggest to you a fix that may or may not work but it is worth a shot before it reaches the streamlit developers.
When I was checking your repo, I found several libraries in the requirements.txt file are outdated. Can you try upgrading them to the latest versions and/or switching between different python versions while deploying?

Let me know if it works :slightly_smiling_face:
Kanak

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