Nightly build of TensorFlow I/O, a library of datasets and file system extensions for TensorFlow. Provides support for reading/writing various file formats (e.g., Apache Avro, Parquet, TFRecord) and distributed file systems (e.g., S3, GCS, HDFS). Latest stable up to 0.37.1. Release cadence weekly to monthly.
pip install tensorflow-io-nightlyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import and read a TFRecord file using the experimental IODataset.
Uninstall both with 'pip uninstall tensorflow-io tensorflow-io-nightly', then install only the desired one.
Use the stable 'tensorflow-io' package for production.
Upgrade to TensorFlow 2.x and use the recommended IODataset API.