Remove dependency to apache beam?
Apache Beam will be removed from the supported dependencies in the dataset viewer. See https://github.com/huggingface/datasets-server/pull/988#discussion_r1150762837
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.
@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