Skip to content

Modules fail with compiled tensorflow #161

@baluyotraf

Description

@baluyotraf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions