-
Notifications
You must be signed in to change notification settings - Fork 44
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
Kiva build failing on Mac M2 #1067
Comments
I think the answer to this is don't use Cython 3: #1060 There should be Apple Silicon compatible wheels on PyPI, so you ought to be able to install without needing to build for the most recent releases (ie. |
I think they’re there for Intel Macs, but missing for M1/M2 Macs.
-db
… On Dec 22, 2023, at 5:56 AM, Corran Webster ***@***.***> wrote:
There should be Apple Silicon compatible wheels on PyPI
|
That's correct. The 6.0.0 release on PyPI does not currently supply Apple Silicon-compatible wheels, only Intel-compatible wheels. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting a
Kiva
build failure on my MacBook Air M2 (MacOS 12.7.1):Under
conda-build
I'm able to get past this, by back-revingPip
to v22.But, under
pip install
this trick doesn't work.Any suggestions on how to make forward progress, or do further debugging?
The build completes successfully on the other 3 major platforms:
The text was updated successfully, but these errors were encountered: