datasets icon indicating copy to clipboard operation
datasets copied to clipboard

TFDS CLI requires apache-beam and is not installed by pip

Open lbo462 opened this issue 1 year ago • 0 comments

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-nightly version: TensorFlow Datasets: 4.9.6+nightly

  • Does the issue still exists with the last tfds-nightly package (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.

lbo462 avatar Jun 12 '24 12:06 lbo462