Matti Picus
Matti Picus
@HubertHolin are you using the system python (it seems so from the traceback above)? This is typically not recommended since messing it up may break parts of the operating system,...
Can you try reproducing as the user did by installing NumPy with `sudo pip install` into the python without a virtualenv? Maybe the permissions to access the Acclerate framework get...
Thanks for checking.
> I guess that on my side I should investigate precisely how pip3 processes the wheel `pip3` downloads and expands the wheel which is a zip file. It does no...
I am confused. Where are you seeing the XML connected build failures? I see that macos-14 and macos-15 pass, and macos-13 is using an arm binary to build the x86_64...
How can I reproduce the failure?
There is too much terminology on the "Index your clone" page. Could you break it down for me into concrete steps? > `open -e ${prefix}/etc/macports/sources.conf` What is `{prefix}`? > Place...
I see you are picking up `/opt/local/include/expat.h` and not `/pypy/module/pyexpat/src/expat/expat.h`. The Makefile should have a `INCLUDEDIRS` stanza that specifies the internal one. Edit: The internal one has `#include "expat_external.h"` which...
On line 50 of the Portfile, there is a blurb about arm64 support. PyPy supports macos-arm64 [since 2022](https://pypy.org/posts/2022/07/m1-support-for-pypy.html)
> Is this something we have to act on? The compiler is preferring the system include path to the one specified in the Makefile's `-I` directives. This may be the...