by Anonymous » 10 Feb 2025, 17:57
Während der Installation von JupyerLab mit dem Terminal mit diesem folgenden Befehl
oder PIP-Notebook oder pip install jupyter , es wird mir diesen Fehler auf dem Terminal
erhalten
Code: Select all
error: subprocess-exited-with-error
x Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
?─> [6 lines of output]
Cargo, the Rust package manager, is not installed or is not on PATH.
This package requires Rust and Cargo to compile extensions. Install it thr
ough
the system's package manager or via https://rustup.rs/
Checking for Rust toolchain....
[end of output]
note: This error originates from a subprocess, and is likely not a problem wit
h pip.
error: metadata-generation-failed
x Encountered error while generating package metadata.
?─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
PIP wird aktualisiert. Ich folgte den Hinweisen und versuchte, Rost mit dem Link
https://rustup.rs/
zu installieren, aber dann hat sich nichts geändert und nichts und nichts und nichts änderte und Wieder folgte dem gleichen Terminalfehler.
Ich bin unter Windows 7 64bit < /p < /p>
Während der Installation von JupyerLab mit dem Terminal mit diesem folgenden Befehl
[code]pip install jupyterlab[/code] oder PIP-Notebook oder pip install jupyter , es wird mir diesen Fehler auf dem Terminal
erhalten[code] error: subprocess-exited-with-error
x Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
?─> [6 lines of output]
Cargo, the Rust package manager, is not installed or is not on PATH.
This package requires Rust and Cargo to compile extensions. Install it thr
ough
the system's package manager or via https://rustup.rs/
Checking for Rust toolchain....
[end of output]
note: This error originates from a subprocess, and is likely not a problem wit
h pip.
error: metadata-generation-failed
x Encountered error while generating package metadata.
?─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
[/code]
PIP wird aktualisiert. Ich folgte den Hinweisen und versuchte, Rost mit dem Link [b] https://rustup.rs/ [/b]
zu installieren, aber dann hat sich nichts geändert und nichts und nichts und nichts änderte und Wieder folgte dem gleichen Terminalfehler.
Ich bin unter Windows 7 64bit < /p < /p>