Quote:
Originally Posted by Sodirow
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.