Replies: 1 comment 4 replies
-
I don't know from that what is failing, but I see you are using Poetry - you might want to look at #1416 and related issues. Poetry doesn't really support cross compiling - you probably need to retag the wheels it produces. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use cibuildwheel to build Apple M1 wheels for my package, but for some reason they are not working.
The PR branch I'm working off of is: neurodata/treeple#59
The associated build wheels GH actions yaml file is: https://github.com/neurodata/scikit-tree/blob/eef6c7c42636371940ac9e2a309c3038e9e422e3/.github/workflows/build_wheels.yml
I'm a bit of a novice and couldn't find necessary documentation on this in the setup docs, but maybe I looked incorrectly? Any help would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions