Describe the bug
When using comfy install to install ComfyUI on a Mac M3 Pro, an error is thrown related to "Cargo" not being installed. The end result is, that I can't install ComfyUI.
To Reproduce
Run comfy install
Choose mac_m_series
See the error
Collecting kornia-rs>=0.1.0 (from kornia>=0.7.1->-r requirements.txt (line 18))
Using cached kornia_rs-0.1.7.tar.gz (71 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-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]
Expected behavior
I can install ComfyUI on my Mac.
Additional context
Python: 3.13.0
comfy-cli: 1.3.1
MacOS: 15.0.1
Even after installing Rust on my Mac, I see errors:
error: failed to parse manifest at `/private/var/folders/vq/9q38rw0x2455zr_whqcrjbhr0000gn/T/pip-install-z94__t4t/kornia-rs_98ecc1281d464032986ea3fcb48ba7c2/kornia-py/Cargo.toml`
Caused by:
can't find library `kornia_rs`, rename file to `src/lib.rs` or specify lib.path
💥 maturin failed
Describe the bug When using
comfy install
to install ComfyUI on a Mac M3 Pro, an error is thrown related to "Cargo" not being installed. The end result is, that I can't install ComfyUI.To Reproduce
comfy install
mac_m_series
Expected behavior I can install ComfyUI on my Mac.
Additional context
Even after installing Rust on my Mac, I see errors: