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

Build failure for Mac wheel #701

Closed
ghutchis opened this issue Jul 27, 2021 · 2 comments
Closed

Build failure for Mac wheel #701

ghutchis opened this issue Jul 27, 2021 · 2 comments
Assignees

Comments

@ghutchis
Copy link
Member

There is now a consistent build failure for Python wheels on Mac. I can't make sense of the failure, since it seems to be using Python 3.6 just fine.

Presumably there's now a problem finding the dylib?

build-wheel.txt

@psavery - if you can take a look, I'm happy to do the fix... Perhaps @cryos may have ideas too?

@psavery
Copy link
Collaborator

psavery commented Jul 27, 2021

Hi @ghutchis, I should be able to look into this soon.

I wonder if it might be caused by a new version of delocate. I see previous CI runs that succeeded were using delocate==0.8.2, whereas the new ones that are failing are using delocate==0.9.0. You can see that cibuildwheel upgraded to delocate==0.9.0 just yesterday.

@ghutchis
Copy link
Member Author

Makes sense. The ChangeLog is here .. looks like --ignore-missing-dependencies might be useful...
https://github.com/matthew-brett/delocate/blob/master/Changelog

psavery added a commit to psavery/avogadrolibs that referenced this issue Jul 27, 2021
This is an attempt to be a quick fix of OpenChemistry#701. A better fix will be
to figure out why the new version `delocate` is failing, and fix
that so that we can upgrade `cibuildwheel`.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
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

3 participants