Can't install tensorflow-io
Hello everybody, I can't install tensorflow-io
When I run "pip install tensorflow-io"
ERROR: Could not find a version that satisfies the requirement tensorflow-io (from versions: none) ERROR: No matching distribution found for tensorflow-io
I got only this error.
I tried to install different versions of python and tried to clone the tensorflow/io repo and pip install . in io but same result.
Please help me to install tensorflow-io package asap. Thanks.
You likely don't have the right version of Python
From https://github.com/tensorflow/tensorflow/issues/85074 I guessed you tried to use Python 3.12. See debug info at https://github.com/tensorflow/tensorflow/issues/85074#issuecomment-2596649550.
There is no support for Python 3.12 yet for this repo.