I get the following error while (trying to) deploy my app:
RROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: none)
ERROR: No matching distribution found for pywin32==306
WARNING: You are using pip version 22.0.3; however, version 23.3.2 is available.
You should consider upgrading via the '/home/adminuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
────────────────────────────────────────────────────────────────────────────────────────
[15:26:58] ❗️ installer returned a non-zero exit code
[15:26:58] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[15:28:32] ❗️ Streamlit server consistently failed status checks
[15:28:32] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.
locally it runs perfectly but I have no idea how to fix the issue; already changed te requirements to:
streamlit==1.7.0
pandas==1.3.3
plotly==4.14.3
I am a bit lost rn.