[06:04:41] ❗️ installer returned a non-zero exit code
[06:04:41] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[06:06:15] ❗️ Streamlit server consistently failed status checks
[06:06:15] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.
My pip is the latest version. My code is found here.
I have deleted the app, made some changes to the requirements.txt file by removing all the versions, thus allowing Streamlit to select the version, still the problem continues.
It looks like you’ve misspelled the dependency as soupseive instead of the correct soupsieve. Fixing the misspelling in requirements.txt should fix the No matching distribution found error.
Source (point #2):
Happy Streamlit-ing! Snehan
PS: I’d also suggest upgrading Streamlit to 1.16.0 so you benefit from all the new features and security+performance improvments since 0.75.0 was released two years ago.
Have you forcefully reboot your app after making the correction? Sometimes it needs a little help to start with a clean slate after a configuration error.