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?
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