The pywin32 module provides access to many of the Windows APIs from Python. Apps deployed to Streamlit Sharing are executed in a Linux environment. As such, pywin32 fails to install on non-Windows systems, including Streamlit Sharing.
To fix the error, remove both pywin32 and pywinpty from lines 72 and 73 of your requirements.txt file.
Make sure to upload any datasets (including California_Fire_Incidents.csv) used in your app to the GitHub repo.
While building docker image… I got this error. I have checked Docker and requirements.txt files … But i didn’t find any pywin dependencies. But it still gives me the error
could not find a version that satisfies the requirement pywin32==303
no matching distribution found for pywin32==303