Open metalglove opened 3 years ago
Also tried python 3.8, same undefined symbol error.
Am I the only one having this issue?
Hi
Did you solve this problem?
I am running Python 3.6 have tensorflow==2.5.2(compiled by myself) tensorflow-io==0.18.0 installed. run conformer demo and get this error: NotImplementedError: unable to open file: libtensorflow_io.so, from paths: ['/home/tianyukun/.local/lib/python3.6/site-packages/tensorflow_io/core/python/ops/libtensorflow_io.so'] caused by: ['/home/tianyukun/.local/lib/python3.6/site-packages/tensorflow_io/core/python/ops/libtensorflow_io.so: undefined symbol: _ZTVN10tensorflow13GcsFileSystemE']
Hi
Did you solve this problem?
I am running Python 3.6 have tensorflow==2.5.2(compiled by myself) tensorflow-io==0.18.0 installed. run conformer demo and get this error: NotImplementedError: unable to open file: libtensorflow_io.so, from paths: ['/home/tianyukun/.local/lib/python3.6/site-packages/tensorflow_io/core/python/ops/libtensorflow_io.so'] caused by: ['/home/tianyukun/.local/lib/python3.6/site-packages/tensorflow_io/core/python/ops/libtensorflow_io.so: undefined symbol: _ZTVN10tensorflow13GcsFileSystemE']
Nope. I never managed to solve this problem. I instead opted for the h5py library.
I am creating a dataset using the tfio API and I have it working on Windows. However, whenever I try to use it on linux it gets a
NotImplementedError: ... libtensorflow_io.so ... undefined symbol: _ZNK10tensorflow4data15DatasetOpKernel11TraceStringERKNS_15OpKernelContextEb
. I am running Python 3.9 and have Tensorflow 2.6 and tensorflow-io 0.21.0 installed.The complete script:
The complete output: