datasets
datasets copied to clipboard
TFDS CLI requires apache-beam and is not installed by pip
Short description
Installing only tfds-nightly via pip doesn't allow using it.
One needs to install apache-beam as well
Environment information
-
Operating System: Google Colab
-
Python version: 3.10.12
-
tensorflow-datasets/tfds-nightlyversion: TensorFlow Datasets: 4.9.6+nightly -
Does the issue still exists with the last
tfds-nightlypackage (pip install --upgrade tfds-nightly) ?
Yes
Reproduction instructions https://gist.github.com/lbo462/9721f51f74ce6bc4aec8d34147bceb27
Link to logs https://gist.github.com/lbo462/9721f51f74ce6bc4aec8d34147bceb27
Expected behavior
Either pip should install apache-beam on its own, or the documentation should tell to install it.