Error with deployment

I am trying to deploy my first app with Streamlit, but I get these errors when I try:

❗️ installer returned a non-zero exit code

❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.

Github resp link
Streamlit app link
I am using Python 3.11.5 and Streamlit 1.29.0

requirements.txt

requests
streamlit
ipapi

The logs that you see in the tab on your right when viewing the app should mention that you should use “==” instead of “=” when specifying a version for a requirement.

Of course, I didn’t catch that. Thanks, it’s working now! :slightly_smiling_face: