Issue deploying Shiny App Python

Every time I try to deploy my app I get the below error.
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32

I cannot figure out how to resolve this, I've tried installing an earlier version of python and pywin32 and nothing seems to work. Any ideas?

Hi @dmccann,

if you are deploying on a linux based system this will cause the issue since this is a wrapper for the windows api.

Could you share a little bit on your deployment environment or where exactly you use pywin32 in your app?

It seems like a requirement in Shinywidgets package which I can't understand as surely this package would work when deploying. I'm deploying on a windows machine

Ok, this look exactly like ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none) ERROR: No matching distribution found for pywin32 · Issue #1920 · mhammond/pywin32 · GitHub which seems to be a problem in the way you specify pywin32 as a dependency.

I highly doubt that Shinywidgets has such a restrictive requirement.