-
Notifications
You must be signed in to change notification settings - Fork 306
Closed
Description
I compiled tensorflow from source. When using the arrow module of the library I get the error below.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/ds/miniconda3/envs/test/lib/python3.6/site-packages/tensorflow_io/arrow/__init__.py", line 26, in <module>
from tensorflow_io.arrow.python.ops.arrow_dataset_ops import ArrowDataset
File "/home/ds/miniconda3/envs/test/lib/python3.6/site-packages/tensorflow_io/arrow/python/ops/arrow_dataset_ops.py", line 27, in <module>
arrow_ops = _load_library('_arrow_ops.so')
File "/home/ds/miniconda3/envs/test/lib/python3.6/site-packages/tensorflow_io/__init__.py", line 56, in _load_library
"{}, from paths: {}\ncaused by: {}".format(filename, filenames, errs))
NotImplementedError: unable to open file: _arrow_ops.so, from paths: ['/home/ds/miniconda3/envs/test/lib/python3.6/site-packages/tensorflow_io/arrow/python/ops/_arrow_ops.so']
caused by: ['/home/ds/miniconda3/envs/test/lib/python3.6/site-packages/tensorflow_io/arrow/python/ops/_arrow_ops.so: undefined symbol: _ZN10tensorflow6Status12empty_stringEv']
Metadata
Metadata
Assignees
Labels
No labels