tensorflow/io

TF 2.14.0 support

elgalu opened this issue · 2 comments

TF 2.14.0 is still not added to https://github.com/tensorflow/io#tensorflow-version-compatibility and latest tensorflow-io==0.34.0 after tfio.IODataset.from_mnist(...) gives error:

NotImplementedError: unable to open file: libtensorflow_io.so, from paths:
['/opt/conda/lib/python3.11/site-packages/tensorflow_io/python/ops/libtensorflow_io.so']
caused by: ['/opt/conda/lib/python3.11/site-packages/tensorflow_io/python/ops/libtensorflow_io.so: 
undefined symbol:
_ZNK10tensorflow4data11DatasetBase8FinalizeEPNS_15OpKernelContextESt8functionIFN3tsl8StatusOrINS5_4core11RefCountPtrIS1_EEEEvEE']

Same issue with latest master branch commit: 8359def

This is lagging significantly now. We need 2.14 and 2.15 support please.

I believe this was added yesterday in #1831 and released in version 0.35.0.