io icon indicating copy to clipboard operation
io copied to clipboard

TF 2.14.0 support

Open elgalu opened this issue 2 years ago • 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: https://github.com/tensorflow/io/commit/8359def730d42c32b8fa995f2e48900f43f1824b

elgalu avatar Oct 07 '23 19:10 elgalu

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

rivershah avatar Nov 23 '23 12:11 rivershah

I believe this was added yesterday in https://github.com/tensorflow/io/pull/1831 and released in version 0.35.0.

robertschweizer avatar Dec 19 '23 07:12 robertschweizer