Skip to content
Discussion options

You must be logged in to vote

How about this? Pillow-9.1.1-cp310-cp310-macosx_universal2.whl.zip

I created it using delocate.

from delocate import fuse

in1 = "Pillow-9.1.1-cp310-cp310-macosx_10_10_x86_64.whl"
in2 = "Pillow-9.1.1-cp310-cp310-macosx_11_0_arm64.whl"
out = "Pillow-9.1.1-cp310-cp310-macosx_universal2.whl"

fuse.fuse_wheels(in1, in2, out)

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@kuldeepsingh0694
Comment options

@hugovk
Comment options

@kuldeepsingh0694
Comment options

@kuldeepsingh0694
Comment options

Comment options

You must be logged in to vote
3 replies
@kuldeepsingh0694
Comment options

@radarhere
Comment options

@kuldeepsingh0694
Comment options

Answer selected by radarhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants