huggingface / huggingface/datatrove

Installation istructions don't seem to work EXACLY as given; there is a workaround but it appears to lose the ability to customize the flavour install

Open
#353 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3.3k
Forks
302
Avg merge
2h 18m
Merged PRs (30d)
2

Description

I was looking at the pip installation instructions here: https://github.com/huggingface/datatrove/

And in particular the command given is `pip install datatrove[FLAVOUR]` with a sample example being `pip install datatrove[all]` directly below.

When running this verbatim I run into the following error where my zsh attempts to parse the "datatrove[all]"

(huggingfacelearningenv) ➜ learninghuggingfacestuff git:(main) ✗ pip install datatrove[all]
zsh: no matches found: datatrove[all]

Screenshot:

Image

I was able to circumvent this by just running `pip install datatrove` and that worked fine.

This however is probably NOT how the installation was supposed to work since that command `pip install datatrove` doesn't suggest how to install ONLY a particular flavour. I'm using oh-my-zsh on a macbook

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.