. Advertisement .
..3..
. Advertisement .
..4..
I still get the error: ”error: command ‘cl.exe’ failed: no such file or directory” while trying to install spaCy using pip install spacy
error: command 'cl.exe' failed: no such file or directory
Can someone help me to fix this error?
The cause: This error happens because you are installing a package with parts written in C/C++, but you didn’t installed
cl.exe
(the Microsoft C Compiler) on your computer and in yourPATH
.Solution:
PATH
automatically, so thatcl.exe
can be found.