Ich erhalte den folgenden Fehler, während ich die Spacy -Bibliothek in Python 3.13.0 installiert habe. Die PIP -Version ist 25.0.1. Kann jemand helfen? Danke. < /P>
(Ich habe sichergestellt
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
Preparing metadata (pyproject.toml) did not run successfully.
exit code: 1
[21 lines of output]
+ C:\Users\xxx\AppData\Local\Programs\Python\Python313\python.exe C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0\vendored-meson\meson\meson.py setup C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0 C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0\.mesonpy-h0rens75 -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0\.mesonpy-h0rens75\meson-python-native-file.ini
The Meson build system
Version: 1.4.99
Source dir: C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0
Build dir: C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0\.mesonpy-h0rens75
Build type: native build
Project name: NumPy
Project version: 2.0.2
WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
The following exception(s) were encountered:
Running `icl ""` gave "[WinError 2] The system cannot find the file specified"
Running `cl /?` gave "[WinError 2] The system cannot find the file specified"
Running `cc --version` gave "[WinError 2] The system cannot find the file specified"
Running `gcc --version` gave "[WinError 2] The system cannot find the file specified"
Running `clang --version` gave "[WinError 2] The system cannot find the file specified"
Running `clang-cl /?` gave "[WinError 2] The system cannot find the file specified"
Running `pgcc --version` gave "[WinError 2] The system cannot find the file specified"
< /code>
Siehe das neueste Update im Kommentarbereich unten. Im Moment kopiere ich auch hier den Kommentar, den ich unten gemacht habe. Aber jetzt sehe ich einen weiteren Fehler in der Zeile. < /P>
spacy/matcher/levenshtein.c(4514): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
Ich erhalte den folgenden Fehler, während ich die Spacy -Bibliothek in Python 3.13.0 installiert habe. Die PIP -Version ist 25.0.1. Kann jemand helfen? Danke. < /P> (Ich habe sichergestellt[code]Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error
Preparing metadata (pyproject.toml) did not run successfully. exit code: 1
[21 lines of output] + C:\Users\xxx\AppData\Local\Programs\Python\Python313\python.exe C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0\vendored-meson\meson\meson.py setup C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0 C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0\.mesonpy-h0rens75 -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0\.mesonpy-h0rens75\meson-python-native-file.ini The Meson build system Version: 1.4.99 Source dir: C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0 Build dir: C:\Users\xxx\AppData\Local\Temp\pip-install-53nq9zf7\numpy_789b6c3f53f44d9090d843a9d70df4b0\.mesonpy-h0rens75 Build type: native build Project name: NumPy Project version: 2.0.2 WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']] The following exception(s) were encountered: Running `icl ""` gave "[WinError 2] The system cannot find the file specified" Running `cl /?` gave "[WinError 2] The system cannot find the file specified" Running `cc --version` gave "[WinError 2] The system cannot find the file specified" Running `gcc --version` gave "[WinError 2] The system cannot find the file specified" Running `clang --version` gave "[WinError 2] The system cannot find the file specified" Running `clang-cl /?` gave "[WinError 2] The system cannot find the file specified" Running `pgcc --version` gave "[WinError 2] The system cannot find the file specified" < /code> Siehe das neueste Update im Kommentarbereich unten. Im Moment kopiere ich auch hier den Kommentar, den ich unten gemacht habe. Aber jetzt sehe ich einen weiteren Fehler in der Zeile. < /P> spacy/matcher/levenshtein.c(4514): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call [/code]
Ich habe ein Problem mit der Installation von PYMSQL , einer von Ihnen hatte einen ähnlichen Fall? >
Außerdem versuche ich:
Upgrade -PIP mit: Python -m -PIP -Installation -Upgrade -PIP
Upgrade Rad...
Ich versuche, Ernie und Tokenizer unter Windows zu installieren, aber in beiden Fällen wird der folgende Fehler angezeigt:
ERROR: Command errored out with exit status 1:
command: 'c:\users\my...
Ich habe ein neues Python -Poetry -Projekt mit Poetry init eingerichtet. Ich erstelle kein Paket, also habe ich dies zu meinem pyProject.toml :
hinzugefügt.
package-mode = false