ERROR: Could not find a version that satisfies the requirement random (from versions: none)
ERROR: No matching distribution found for random
WARNING: You are using pip version 22.0.3; however, version 23.3.1 is available.
You should consider upgrading via the '/home/adminuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
────────────────────────────────────────────────────────────────────────────────────────
[07:34:08] ❗️ installer returned a non-zero exit code
[07:34:08] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[07:35:45] ❗️ Streamlit server consistently failed status checks
[07:35:45] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.
https://heart-disease-prediction-app.streamlit.app/
ferdy
2
Check your requirements.txt and delete the line random.
Deleted both random and pickle.Now it is working fine.
Thank You 