You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain packages (like cryptography and pydantic-core) require Rust support to
be built from sources. Pip package manager should be amended to detect such packages
and to invoke Rust package manager to vendor dependencies for them and to collect
all necessary crates. Further, the output of Rust PM must be made available to pip.
Given that a) all crates are collected and are present in a known location
and b) Cargo and Rust are both present in a build system pip should be able to
build such packages as usual.
The text was updated successfully, but these errors were encountered:
a-ovchinnikov
added
pip
Pull requests/issues related to our pip handling module
python
Pull requests that update Python code
cargo
Related to support of Rust and Cargo
labels
Jan 24, 2025
Certain packages (like cryptography and pydantic-core) require Rust support to
be built from sources. Pip package manager should be amended to detect such packages
and to invoke Rust package manager to vendor dependencies for them and to collect
all necessary crates. Further, the output of Rust PM must be made available to pip.
Given that a) all crates are collected and are present in a known location
and b) Cargo and Rust are both present in a build system pip should be able to
build such packages as usual.
The text was updated successfully, but these errors were encountered: