Closed Fraa-124 closed 3 years ago
I tried with pip3 and pip as well. Python is set up correctly.
pip3 install wordfreq[cjk] zsh: no matches found: wordfreq[cjk]
Your shell (zsh) is interpreting the brackets to mean something else, in a way that bash would not.
This should work for zsh:
pip3 install 'wordfreq[cjk]'
I tried with pip3 and pip as well. Python is set up correctly.
pip3 install wordfreq[cjk] zsh: no matches found: wordfreq[cjk]