Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install underthesea[wow] failed #676

Open
sondt opened this issue Mar 17, 2023 · 1 comment
Open

Install underthesea[wow] failed #676

sondt opened this issue Mar 17, 2023 · 1 comment

Comments

@sondt
Copy link

sondt commented Mar 17, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants