-
Notifications
You must be signed in to change notification settings - Fork 1
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
Minimal example of Awkward, Arrow, C++ roundtrip #1
Comments
At the moment we're seeing that after a successful build, importing the $ make debug
[root@f13972b564bb awkward-arrow-cmake-pybind11]# bash build.sh
[root@f13972b564bb awkward-arrow-cmake-pybind11]# python -c 'import build.babel'
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: /home/feickert/Code/GitHub/AMGLab/awkward-arrow-cmake-pybind11/build/babel.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN5arrow2py12unwrap_arrayEP7_object This seems similar to pybind/pybind11#1403 which means that we might have a linker error somewhere in awkward-arrow-cmake-pybind11/src/CMakeLists.txt Lines 51 to 54 in 14c6b00
|
For what it's worth...
it's certainly in that |
It does seem like we have a |
just dropping some pseudo code fo what would be nice on the python side
on the C++ side
|
this already works in the image
so we just need to teach |
@lukasheinrich has pointed out that in interesting minimal example would be: awkward -> arrow -> some C++ -> awkward. This would be done just with regular CMake.
The text was updated successfully, but these errors were encountered: