View Single Post
Old 07-22-2023, 05:02 AM   #571
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
Quote:
Originally Posted by Sodirow View Post
Hello. I come in need of help.

WordDumb works unless I check the "Run spaCy with GPU” option. I followed the instructions at https://xxyzz.github.io/WordDumb/installation.html. The only thing I'm not sure if I did correctly is setting the PATH, because when I do I only get as a response.
I think you misunderstand the install document... Setting PATH is only for macOS users that choose not to install Python from Homebrew. And the error itself looks like a pip error, you could try to update pip or disable the "run spacy with gpu" option.

Command to update pip: `python3 -m pip install -U --user pip`

or `py -m pip install -U --user pip` on Windows.
xxyzz is offline   Reply With Quote