You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
Hi there, we're trying to build PyArrow against NumPy v2 as a part of pyodide/pyodide#4925 and we are targeting an imminent 0.27 release soon after. I've opened this issue to put to light, that:
the Pyodide builds are against NumPy 1.X right now, but building against 2.X has a problem because the NumPy headers were moved from numpy/core/include to numpy/_core/include/:
the Pyodide and Emscripten versions are slightly out of date in a few places
I already have a pull request coming for addressing these changes, but since this was also concerning CI/packaging and not just documentation, the Contributing guide suggested that I should open an issue first before opening a pull request.
Thanks for your time!
Component(s)
Python
The text was updated successfully, but these errors were encountered:
Describe the bug, including details regarding any error messages, version, and platform.
Hi there, we're trying to build PyArrow against NumPy v2 as a part of pyodide/pyodide#4925 and we are targeting an imminent 0.27 release soon after. I've opened this issue to put to light, that:
the Pyodide builds are against NumPy 1.X right now, but building against 2.X has a problem because the NumPy headers were moved from
numpy/core/include
tonumpy/_core/include/
:arrow/python/CMakeLists.txt
Lines 163 to 177 in b655852
the documentation mentions in a few places that the version of
pyodide-build
must match the Pyodide version – this is no longer the case, since, we have unvendoredpyodide-build
to a separate repository and now maintain a list of compatible versions against Pyodide.the Pyodide and Emscripten versions are slightly out of date in a few places
I already have a pull request coming for addressing these changes, but since this was also concerning CI/packaging and not just documentation, the Contributing guide suggested that I should open an issue first before opening a pull request.
Thanks for your time!
Component(s)
Python
The text was updated successfully, but these errors were encountered: