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
So the issue here is that on Big Sur distutils.util.get_platform(), that we're relying on when generating the tag, is returning either macosx-11.5-x86_64 (on 11.5) or macosx-11-x86_64 (on 11.6) that are both not in the list of the supported tags returned by python -m pip debug --verbose.
… on AppVeyor (#3174)
- add a workaround to generate proper wheel names on macOS Big Sur. We should still properly deprecate the `distutils` module at some point;
- switch to the most recent macOS image on AppVeyor.
Closes#3175
results in
Seems like a known issue that should already be fixed on the pip's side pypa/pip#9138
But cannot install even with the newest pip.
Originally posted by @us8945
The text was updated successfully, but these errors were encountered: