Open a-ghorbani opened 6 years ago
looks like its coming out of _parsers.py: load_buffer
from .shm import load_buffer
ImportError: libarrow_python.so.0: cannot open shared object file: No such file or directory
I see PR open for adding arrow 0.10.0 support in pymapd https://github.com/mapd/pymapd/issues/84 might be related to pygdf on arrow 0.10.0 and pymapd still supports only 0.7.1
After removing the cache and building the image from the latest commit I get the following error when calling
con.select_ipc_gpu(query,device_id=0)