After building pyarrow, running py.tests or trying to "import pyarrow"
results in the error:
/usr/lib/python2.7/dist-packages/py/_path/local.py:650: in pyimport
__import__(modname)
pyarrow/__init__.py:20: in <module>
import pyarrow.config
E ImportError: libarrow.so: cannot open shared object file: No such file
or directory
I have this and the other shared libs under my ARROW_HOME, and had the env
var exported through the build process. If I just copy the *.so files
alongside libpyarrow.so, everything works fine. I'm not sure how it is
supposed to work here, should the command "python setup.py build_ext
--inplace" copy these libraries to pyarrow, or should it somehow know to
look in ARROW_HOME for these?
Thanks!
Bryan