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
- 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:
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.