Showing error in deployment

Requirement already satisfied: pywin32==306 in error while deploy in stream lit
Using uv pip install.

× No solution found when resolving dependencies:

╰─▶ Because pywin32==306 is unusable because no wheels are available with

  a matching Python implementation and you require pywin32==306, we can

  conclude that the requirements are unsatisfiable.

Checking if Streamlit is installed

Hello @Nandni_Sihaniya – We’re glad you’re here! :hugs:

The pywin32 library is specifically designed for Windows environments, so you might consider removing it from your requirements.txt file when deploying to Streamlit Cloud.

Best,
Charly

no , infact i install this lib.
pywin32==306

Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: none)
ERROR: No matching distribution found for pywin32==306
Checking if Streamlit is installed

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

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

Do you need pywin32 for your app?

Could you please share a link to your public GitHub repo?

Thank you,
Charly

Thank you for your instant reply,
actually it is not public repo, it is private repo.

I see - Thanks for confirming! May I ask, why do you need pywin32?

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