undertheseanlp / underthesea

Underthesea - Vietnamese NLP Toolkit
http://undertheseanlp.com
GNU General Public License v3.0
1.37k stars 270 forks source link

Install underthesea[wow] failed #676

Open sondt opened 1 year ago

sondt commented 1 year ago

I'm using Ubuntu 22.04, python 3.10

pip install underthesea[wow] Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: underthesea[wow] in /home/parallels/.local/lib/python3.10/site-packages (1.3.3) WARNING: underthesea 1.3.3 does not provide the extra 'wow'

Requirement already satisfied: nltk in /home/parallels/.local/lib/python3.10/site-packages (from underthesea[wow]) (3.8.1) Requirement already satisfied: seqeval in /home/parallels/.local/lib/python3.10/site-packages (from underthesea[wow]) (1.2.2) Requirement already satisfied: python-crfsuite>=0.9.6 in /home/parallels/.local/lib/python3.10/site-packages (from underthesea[wow]) (0.9.9) Requirement already satisfied: transformers>=3.5.0 in /home/parallels/.local/lib/python3.10/site-packages (from underthesea[wow]) (4.27.1) Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from underthesea[wow]) (2.25.1) Requirement already satisfied: unidecode in /home/parallels/.local/lib/python3.10/site-packages (from underthesea[wow]) (1.3.6) Requirement already satisfied: joblib in /home/parallels/.local/lib/python3.10/site-packages (from underthesea[wow]) (1.2.0) Requirement already satisfied: torch>=1.1.0 in /home/parallels/.local/lib/python3.10/site-packages (from underthesea[wow]) (1.13.1) Requirement already satisfied: scikit-learn in /home/parallels/.local/lib/python3.10/site-packages (from underthesea[wow]) (1.2.2) Requirement already satisfied: tqdm in /home/parallels/.local/lib/python3.10/site-packages (from underthesea[wow]) (4.65.0) Requirement already satisfied: PyYAML in /usr/lib/python3/dist-packages (from underthesea[wow]) (5.4.1) Requirement already satisfied: Click>=6.0 in /usr/lib/python3/dist-packages (from underthesea[wow]) (8.0.3) Requirement already satisfied: typing-extensions in /home/parallels/.local/lib/python3.10/site-packages (from torch>=1.1.0->underthesea[wow]) (4.5.0) Requirement already satisfied: huggingface-hub<1.0,>=0.11.0 in /home/parallels/.local/lib/python3.10/site-packages (from transformers>=3.5.0->underthesea[wow]) (0.13.2) Requirement already satisfied: regex!=2019.12.17 in /home/parallels/.local/lib/python3.10/site-packages (from transformers>=3.5.0->underthesea[wow]) (2022.10.31) Requirement already satisfied: filelock in /home/parallels/.local/lib/python3.10/site-packages (from transformers>=3.5.0->underthesea[wow]) (3.10.0) Requirement already satisfied: numpy>=1.17 in /home/parallels/.local/lib/python3.10/site-packages (from transformers>=3.5.0->underthesea[wow]) (1.22.4) Requirement already satisfied: packaging>=20.0 in /home/parallels/.local/lib/python3.10/site-packages (from transformers>=3.5.0->underthesea[wow]) (23.0) Requirement already satisfied: tokenizers!=0.11.3,<0.14,>=0.11.1 in /home/parallels/.local/lib/python3.10/site-packages (from transformers>=3.5.0->underthesea[wow]) (0.13.2) Requirement already satisfied: threadpoolctl>=2.0.0 in /home/parallels/.local/lib/python3.10/site-packages (from scikit-learn->underthesea[wow]) (3.1.0) Requirement already satisfied: scipy>=1.3.2 in /home/parallels/.local/lib/python3.10/site-packages (from scikit-learn->underthesea[wow]) (1.10.1)


Install on MacOs M1 pip install underthesea[wow] zsh: no matches found: underthesea[wow]

fbukevin commented 8 months ago

So does on MacOS M3. Switch to bash solved, but wish to support zsh