io
io copied to clipboard
TF 2.14.0 support
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
This is lagging significantly now. We need 2.14 and 2.15 support please.
I believe this was added yesterday in https://github.com/tensorflow/io/pull/1831 and released in version 0.35.0.