Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] sysconfig platform should not contain cygwin version #5143

Open
1 task done
lazka opened this issue Jan 16, 2025 · 0 comments
Open
1 task done

[python] sysconfig platform should not contain cygwin version #5143

lazka opened this issue Jan 16, 2025 · 0 comments

Comments

@lazka
Copy link
Member

lazka commented Jan 16, 2025

Description / Steps to reproduce the issue

$ python3 -c "import sysconfig; print(sysconfig.get_platform())"
msys-3.5.5-x86_64

This gets encoded in wheels as platform tag and newer pip has started to verify those match the installed python. So everytime we update cygwin pip will complain about all Python packages:

$ pip check
breezy 3.2.2 is not supported on this platform
Brotli 1.1.0 is not supported on this platform
Cython 3.0.11 is not supported on this platform
dulwich 0.21.7 is not supported on this platform
fastbencode 0.2 is not supported on this platform
gpg 1.24.1 is not supported on this platform
mercurial 6.9 is not supported on this platform
patiencediff 0.2.15 is not supported on this platform
pyalpm 0.10.6 is not supported on this platform
PyYAML 6.0.2 is not supported on this platform
zstandard 0.23.0 is not supported on this platform

We should look into removing the version there somehow.

Expected behavior

pip check doesn't complain

Actual behavior

it complains

Verification

Windows Version

MSYS_NT-10.0-26100

Are you willing to submit a PR?

No response

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

No branches or pull requests

1 participant