tensorflow / datasets

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
https://www.tensorflow.org/datasets
Apache License 2.0
4.23k stars 1.52k forks source link

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

Open lbo462 opened 3 weeks ago

lbo462 commented 3 weeks ago

Short description

Installing only tfds-nightly via pip doesn't allow using it. One needs to install apache-beam as well

Environment information

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.