Closed docligot closed 1 year ago
@docligot , this error re-appeared again. Upon web search, it is likely related to the environment or configuration of the GitHub Actions workflow. pywin32 is only compatible with Windows machine. We may have to include this in the yaml:
runs-on: windows-latest
Closing this issue
ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: none) ERROR: No matching distribution found for pywin32==306 Error: Process completed with exit code 1.