Remove dependency to apache beam?

#9
by severo HF staff - opened
Datasets Maintainers org
edited Mar 28, 2023

Apache Beam will be removed from the supported dependencies in the dataset viewer. See https://github.com/huggingface/datasets-server/pull/988#discussion_r1150762837

cc @lhoestq @albertvillanova

Requesting removal of apache beam. I cannot import datasets after installing the apache_beam package, as there are conflict dependences of dill and multiprocess packages.

Datasets Maintainers org

@namespace-Pt please note this issue is related to datasets-server, that is the viewer and the server where the viewer is running, whose repository is https://github.com/huggingface/datasets-server

I think your issue has to do with your local installation of the datasets library, whose repository is https://github.com/huggingface/datasets

  • To use it with Apache Beam, you should install datasets with this command:
pip install datasets[apache-beam]

Okay now. Thank you.

The apache-beam dependency has been removed in https://huggingface.co/datasets/wikipedia/discussions/19

mariosasko changed discussion status to closed

Sign up or log in to comment