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

Mac build broken #704

Closed
dl1com opened this issue Sep 8, 2024 · 2 comments · Fixed by #706
Closed

Mac build broken #704

dl1com opened this issue Sep 8, 2024 · 2 comments · Fixed by #706
Assignees
Milestone

Comments

@dl1com
Copy link
Contributor

dl1com commented Sep 8, 2024

While trying to build the 1.0.0-beta1 release, the Mac build failed: https://github.com/AllYarnsAreBeautiful/ayab-desktop/actions/runs/10762969747/job/29844332162#step:14:40

@jonathanperret
Copy link
Contributor

Found the culprit hidden in the build log:

'delocate-fuse' is no longer available. To fuse two wheels together use 'delocate-merge'. NOTE: 'delocate-merge' does not overwrite the first wheel. It creates a new wheel with an automatically determined name. If the old behavior is needed (not recommended), pin the version to 'delocate==0.11.0'.

Let me have a quick look at delocate-merge. If changes are too invasive we can always pin to 0.11.0 as suggested but discouraged.
We should pin the version of delocate anyway to avoid this happening again.

@jonathanperret
Copy link
Contributor

delocate-merge is broken on numpy currently: matthew-brett/delocate#227
Pinning to 0.11.0for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

3 participants