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

optimize encrust fatten by downloading universal2 binaries preferentially #8

Open
glyph opened this issue Feb 8, 2024 · 0 comments

Comments

@glyph
Copy link
Owner

glyph commented Feb 8, 2024

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.

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