Cargo, the Rust package manager, is not installed or is not on PATH
Windows 7 Python 3.8.10 pip 24.3.1 setuptools 75.3.0 wheel 0.45.1
При попытке установить jupiter notebook в командной строке через: pip install notebook получаю ошибку:
Preparing metadata (pyproject.toml)... error
× 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 through
the system's package manager or via https://rustup.rs/
Checking for Rust toolchain....
[end of output]
Неужели без установки rust не обойтись. Странно.
При попытке установить более старую версию notebook (7.2.3) получаю идентичный результат.