io icon indicating copy to clipboard operation
io copied to clipboard

Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO

Results 231 io issues
Sort by recently updated
recently updated
newest added

``` WARNING: tensorflow 2.15.0 does not provide the extra 'tensorflow-io' ``` this is on macos sonoma.

### Environment: ``` tensorflow==2.8.0 tensorflow-io==0.25.0 ``` S3 loading client: [tf.data.TFRecordDataset](https://www.tensorflow.org/api_docs/python/tf/data/TFRecordDataset). ### Issue By default, S3 has limit on the number of GET/HEAD operation up to 5,500 per second per partitioned...

When `tf.io` writes a file, it checks whether `HasAtomicMove` is true and if so, simulates atomic writes by first writing to a temporary file, then renaming the file to the...

Ran into an issue installing v0.35.0 on because wheels for my arch are missing from the latest version that was published to PyPI ~an hour ago. Can the distribution please...

From 0.31.0 I do not see windows supported version. Downgrading it will work but I am curious as to why this is dropped?

I am getting a core dump during interpreter teardown, when using the s3 filesystem. Can I please be given guidance how to handle this issue. Please see script to reproduce...

README.md: auto-updated by .github/workflows/release.note.yml

Hi! Any chance we could get Windows binaries on PyPi for the latest release? Pip only finds Windows binaries for 0.31.0, which is not fully compatible with the latest version...

I got an error `no attribute io_audio_readable_init` on M1 Max MBP with Python 3.10. ```shell pip install tensorflow-io==0.34.0 tensorflow==2.13.0 tensorflow-metal==1.0.1 ``` Run the tfio example code: ```python import tensorflow_io as...