-
Notifications
You must be signed in to change notification settings - Fork 239
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
"dyld: Library not loaded libffi.6.dylib" on GitHub "macos-latest" #446
Comments
Not that I'm aware of. Can you use our |
How do I use master? |
Like this: |
Yes, that worked. Thanks! |
Good, I'll close this, if that's OK with you? If you keep an eye on the cibuildwheel releases, woon enough, there should be a new version, and you can revert to installing that release :-) |
By the way, @joerick , currently releases are only made by adding a tag, and no one makes a "GitHub release". That would a) notify watchers that a new release is available (I watch all the projects I use, at least in "releases only" mode or by using the RSS feed in Feedly), and b) show a nice pretty current release tile on the main page. I can setup a CI job (think, I haven't tried before) that makes a "GitHub release" whenever you tag in the form "v*", or could you (or one of us, I can do it) manually make a "GitHub release" whenever a new tag shows up. I could even go over the old tags and make releases out of them if you'd like, copying the changelog entry into the description. Thoughts? |
PS: On my packages I normally have the CI make a PyPI release whenever a GitHub release is made, via a |
The currently used version of cibuildwheel does not work with pypy2.7 on MacOS pypa/cibuildwheel#446
The currently used version of cibuildwheel does not work with pypy2.7 on MacOS pypa/cibuildwheel#446
It might be worth pinning this issue, since, unless I'm mistaken, more or less every single user of this project will run into this problem. (Otoh, they should still find it when googling the error message) |
I just released 1.6.2 containing this Pypy upgrade. |
Ah, I thought that pushing a tag would create the release. Funnily enough, I've been working on-and-off to create a tool to automate stuff like this as well. Until that's ready I'll try to copy-paste the changelog into Github releases as part of my release workflow :) |
Thanks! Huge improvement, much nicer page, and I got the notification! :) |
I like your emojis, by the way. :) |
Yes, indeed. I got the notification too. Never realized, but indeed, I never got email of the actual release :-) |
Here is a full log: https://github.com/anka-213/gf-core/runs/1227241373?check_suite_focus=true
It seems like the hard coded version of pypy (
pypy2.7-v7.3.1-osx64
) depends on an older version oflibffi
, than the latest version:libffi.7
.It does however look like the the latest version of pypy (v7.3.2, which fixes it) is in the repo, I just need to wait for the next release.
https://github.com/joerick/cibuildwheel/blob/9fbe8186f97802a3df4dd6ff24c423da7d68c0fd/cibuildwheel/macos.py#L43-L45
Is there anything I can do in the meantime?
The text was updated successfully, but these errors were encountered: