-
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
OSX: Not a supported wheel on this platform. #1603
Comments
macosx_11_4 isn't a valid platform tag, since macOS 11, But I don't see that in your build log, I just see macosx_11_0, which is correct. I just tried
This is on a machine running macOS 13.4. So it seems like an issue with pip. The same issue doesn't seem to occur on Python 3.9+. |
My memory is terrible - I previously discovered this and reported it back in February! |
Waiting on pypa/pip#11715 . Not a lot we can do here. You could try running your tests with |
Got it, thanks @joerick for the context. |
Pip on Python 3.8 has fixed this issue. However, I still got this error with Python 3.7, which the latest pip doesn't support. |
Description
At pyiceberg we've adopted
cibuildwheel
and it is really well. Thanks for the amazing work!We're using Poetry as well, and I think that's causing some issue when running the tests. I've noticed that the wheel is not installable. It looks like the Python versions check out, but I think it has to do with the MacOSX version
macosx_11_4
instead ofmacosx_11_0
. I have to double-check this, but wanted to reach out if this is something that others have seen as well.Relevant stack trace:
Build log
https://github.com/Fokko/incubator-iceberg/actions/runs/6130886860/job/16640407592
CI config
https://github.com/Fokko/incubator-iceberg/blob/master/.github/workflows/python-release.yml
The text was updated successfully, but these errors were encountered: