-
-
Notifications
You must be signed in to change notification settings - Fork 216
Linking failing on Apple silicon w/ PyPy #510
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
Comments
This seems to be an incompatability problem between pypy and setuptools, see: pypa/distutils#283. I've tested on my MacOS that if we build from source "pypy3 setup.py build install", it can be solved.. Also, as mentioned in pypa/distutils#283, it seems that upgrading to pypy3.11 would solve the problem. |
pypa/distutils#283 is a different error. I can find no references in that repo to this specific linker flag. Nevertheless:
|
Also:
|
This comment seems to be the same problem right? Anyways it's not a bug in numexpr side I guess and I don't know why |
Uh oh!
There was an error while loading. Please reload this page.
Trying to build for PyPy3.10:
PyPy is built w/ Apple clang, and I've isolated my build env from homebrew's clang & gcc. Building w/
CC=clang CXX=clang++
yields the same linker error.I'm probably missing an env var. Pointers?
The text was updated successfully, but these errors were encountered: