Quote:
Originally Posted by xxyzz
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.
|
Thank you, xxyzz. But I ran that Windows command and I'm still getting the same error. It's fine. I'll have to disable the "Run spaCy with GPU” option.