-
I'm trying to use CIBW_ENVIRONMENT='MACOSX_DEPLOYMENT_TARGET=12.0' CIBW_BEFORE_ALL='' python3 -mcibuildwheel --platform macos However I still have the non-supported wheel error
Could you please point me to any possible root of this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
could you check if you run native python or x86 one that uses the Rosetta emulation layer? If I good remember this should be enough:
But I do not have access to macOS m1 machine for verification. |
Beta Was this translation helpful? Give feedback.
could you check if you run native python or x86 one that uses the Rosetta emulation layer?
If I good remember this should be enough:
But I do not have access to macOS m1 machine for verification.