You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description / Steps to reproduce the issue
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:
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
The text was updated successfully, but these errors were encountered: