Building wheel for blis (pyproject.toml) did not run successfully - [WinError 2] The System cannot find the file specified #13691
Unanswered
ThorstenClausing
asked this question in
Help: Installation
Replies: 2 comments 4 replies
-
I 've got the exact same problem.... |
Beta Was this translation helpful? Give feedback.
3 replies
-
Guys I solved the issue. You have to find the exact .whl file for bliss, your python version needs. After that you must check the compatible spacy version with the bliss. I Installed spacy 3.7.2 and it worked like a charm. i think for bliss is the version 1 .whl file. I cannot recall exactly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I keep running into the same error while trying to install spaCy (version 3.7) with pip on my computer - 'The system cannot find the file specified':
'PS C:\Users\User> pip install spacy
Collecting spacy
Using cached spacy-3.8.2.tar.gz (1.3 MB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [94 lines of output]
Ignoring numpy: markers 'python_version < "3.9"' don't match your environment
Collecting setuptools
Using cached setuptools-75.5.0-py3-none-any.whl.metadata (6.8 kB)
Collecting cython<3.0,>=0.25
Using cached Cython-0.29.37-py2.py3-none-any.whl.metadata (3.1 kB)
Collecting cymem<2.1.0,>=2.0.2
Using cached cymem-2.0.8-cp313-cp313-win_amd64.whl
Collecting preshed<3.1.0,>=3.0.2
Using cached preshed-3.0.9-cp313-cp313-win_amd64.whl
Collecting murmurhash<1.1.0,>=0.28.0
Using cached murmurhash-1.0.10-cp313-cp313-win_amd64.whl
Collecting thinc<8.4.0,>=8.3.0
Using cached thinc-8.3.2.tar.gz (193 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'error'
error: subprocess-exited-with-error
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.'
My computer has a rather standard setup: Windows 10, AMD 64 processor, Python version 3.12
I am really highly confused here. What is the 'file specified' here - the clang.exe form the [COMAND] line above the error message? Why would that even be needed here as I don't try to build spaCy from source? Can anyone help me with this issue? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions