Pip install error #10983
-
C:\Users\aless>pip install -U spacy × pip subprocess to install build dependencies did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
I think what's happening is you're using 32 bit Python on Windows, which is not supported. You can check if you're using 32bit Python using the method documented here, and if you are using 32bit Python you can install 64bit Python and use that instead. |
Beta Was this translation helpful? Give feedback.
I think what's happening is you're using 32 bit Python on Windows, which is not supported. You can check if you're using 32bit Python using the method documented here, and if you are using 32bit Python you can install 64bit Python and use that instead.