-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
ci: macos-11 image uses 10.9 wheels #369
Comments
For some reason on macos-11image
And just to be sure
|
Is macos 11 refusing to install wheels built using older versions of macos? I thought macos wheels built on older systems would work on newer os versions. |
I think on macos-11 image in github actions the python is refusing to install newer (gh actions10.x vs pypi 11) wheels. httpstan macos-11 ci also creates 10.x wheel for local use, but httpstan-wheels repo creates the correct 11 wheel. |
Ok, I wonder if GH actions use the same python binary for |
I guess this is somehow related |
Let's fix this problem first. We could also build a Python 3.11 wheel in httpstan-wheels while we are at it. |
It's just macos-11, 3.10. macos-11, 3.9 seems to work fine. |
Yes, we need to address this first. So 3.9 and 3.8 has macos 10.16 wheels. https://pypi.org/project/httpstan/#files And the python on GH Actions thinks it is macos 10.15. So any 10.x works but 11.x does not? |
So why can't macos 11.0 (Python 3.10) install the PyPI wheel |
Perhaps we should try to build a Python 3.10 wheel on an older macos version in httpstan-wheels? |
That might be a solution. I bet |
I think I've figured it out. Setting |
Fixed in httpstan-wheels. |
Describe the bug
For some reason macos11 images in ci pipeline use 10.9 wheels with pip.
Describe your system
Github Actions
Steps/Code to Reproduce
The text was updated successfully, but these errors were encountered: