We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
encrust fatten
universal2
There's a strategy described in this comment:
pypa/pip#5453 (comment)
which boils down to
python3 -m pip download --only-binary=:all: --platform=macosx_10_9_universal2 --platform=macosx_11_0_universal2 --no-cache-dir $STUFF --dest ./.wheels/downloaded/universal2 python3 -m pip install --only-binary=:all: --no-cache-dir --no-index --find-links ./.wheels/downloaded/universal2 $STUFF
I believe that this would directly download official binaries in more cases where all 3 architectures are provided, rather than fusing them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's a strategy described in this comment:
pypa/pip#5453 (comment)
which boils down to
I believe that this would directly download official binaries in more cases where all 3 architectures are provided, rather than fusing them.
The text was updated successfully, but these errors were encountered: