Error requirements.txt

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.2.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

────────────────────────────────────────────────────────────────────────────────────────

[17:07:56] ❗️ installer returned a non-zero exit code
[17:07:56] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[17:09:36] ❗️ Streamlit server consistently failed status checks
[17:09:36] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.

Hi @Mauricio_De_La_Ossa,

Thank you for sharing your question with the community!

Your post is missing a code snippet and a link to your app’s GitHub repo. Please check out our guidelines on how to post an effective question here and update your post to help the community answer your question.

Cleanup your requirements file, you cannot use any windows specific pip packages on streamlit cloud.

That’s it, I solved it, I only put in requirements.txt the name of the packages used without version or anything, just the name. Thanks for the collaboration

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