Skip to content
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

C++ project doesn't need to require Numpy with ARROW_PYTHON=ON because it only builds Python extension's support libraries #32150

Open
asfimport opened this issue Jun 12, 2022 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Jun 12, 2022

Currently it fails to configure when Numpy is missing.

Reporter: Yuri / @yurivict

Related issues:

Note: This issue was originally created as ARROW-16820. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
Currently there's a hard dependency on NumPy because some of the Arrow<->NumPy conversion support is implemented in C++, this may become optional in the future (see ARROW-8998)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant