Skip to content

Conversation

@vatsalllll
Copy link

Add platform markers to pywin32 and pywinpty to prevent installation failures on Linux and macOS.

These packages only exist on Windows, and without platform markers, pip fails with 'could not find version' errors on non-Windows systems.

This fix allows:

  • Windows users to install normally (packages included)
  • Linux/Mac users to install successfully (packages skipped)
  • Cross-platform CI/CD to work properly

Add platform markers to pywin32 and pywinpty to prevent
installation failures on Linux and macOS.

These packages only exist on Windows, and without platform
markers, pip fails with 'could not find version' errors
on non-Windows systems.

This fix allows:
- Windows users to install normally (packages included)
- Linux/Mac users to install successfully (packages skipped)
- Cross-platform CI/CD to work properly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant