error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
Checking for Rust toolchain....
Running `maturin pep517 write-dist-info --metadata-directory /tmp/pip-modern-metadata-to22y0nl --interpreter /tmp/tmpg9ntuggf/venv/bin/python`
error: failed to parse lock file at: /tmp/pip-install-0qeca_ab/tokenizers_87538059ed4343199764bdfd03a7e8f0/bindings/python/Cargo.lock
Caused by:
lock file version `4` was found, but this version of Cargo does not understand this lock file, perhaps Cargo needs to be updated?
💥 maturin failed
Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
Caused by: `cargo metadata` exited with an error:
Error running maturin: Command '['maturin', 'pep517', 'write-dist-info', '--metadata-directory', '/tmp/pip-modern-metadata-to22y0nl', '--interpreter', '/tmp/tmpg9ntuggf/venv/bin/python']' returned non-zero exit status 1.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× 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.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [2 lines of output]
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Building wheel for pydantic-core (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [15 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmp_ae8pw81/venv/bin/python --compatibility off`
📦 Including license file `LICENSE`
🍹 Building a mixed python/rust project
🔗 Found pyo3 bindings
🐍 Found CPython 3.14t at /tmp/tmp_ae8pw81/venv/bin/python
📡 Using build options features, bindings from pyproject.toml
warning: unused manifest key: lints
error: package `zerovec v0.10.4` cannot be built because it requires rustc 1.67 or newer, while the currently active rustc version is 1.63.0
Either upgrade to rustc 1.67 or newer, or use
cargo update -p zerovec@0.10.4 --precise ver
where `ver` is the latest version of `zerovec` supporting rustc 1.63.0
💥 maturin failed
Caused by: Failed to build a native library through cargo
Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmp_ae8pw81/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp_ae8pw81/venv/bin/python" "cargo" "rustc" "--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-chhm73lb/pydantic-core_ea327c4e91e045d3b38073a4a65b5b73/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp_ae8pw81/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pydantic-core
error: subprocess-exited-with-error
× Building wheel for cryptography (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [16 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmp_ae8pw81/venv/bin/python --compatibility off`
🍹 Building a mixed python/rust project
🔗 Found pyo3 bindings with abi3 support
🐍 Found CPython 3.14t at /tmp/tmp_ae8pw81/venv/bin/python
📡 Using build options locked from pyproject.toml
⚠️ Warning: CPython 3.14t at /tmp/tmp_ae8pw81/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
warning: /tmp/pip-install-chhm73lb/cryptography_d07ecfa4c6f843b59c52e30ff6e8e00c/src/rust/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-chhm73lb/cryptography_d07ecfa4c6f843b59c52e30ff6e8e00c/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-chhm73lb/cryptography_d07ecfa4c6f843b59c52e30ff6e8e00c/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-chhm73lb/cryptography_d07ecfa4c6f843b59c52e30ff6e8e00c/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
error: package `cryptography-x509 v0.1.0 (/tmp/pip-install-chhm73lb/cryptography_d07ecfa4c6f843b59c52e30ff6e8e00c/src/rust/cryptography-x509)` cannot be built because it requires rustc 1.74.0 or newer, while the currently active rustc version is 1.63.0
💥 maturin failed
Caused by: Failed to build a native library through cargo
Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmp_ae8pw81/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp_ae8pw81/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-chhm73lb/cryptography_d07ecfa4c6f843b59c52e30ff6e8e00c/src/rust/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp_ae8pw81/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cryptography
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> pydantic-core, cryptography
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
Checking for Rust toolchain....
Running `maturin pep517 write-dist-info --metadata-directory /tmp/pip-modern-metadata-rg6keh_a --interpreter /tmp/tmpushs6qs0/venv/bin/python`
error: failed to parse lock file at: /tmp/pip-install-nmagseib/tokenizers_efbc23f7964f4b20a36e939b55e098fb/bindings/python/Cargo.lock
Caused by:
lock file version `4` was found, but this version of Cargo does not understand this lock file, perhaps Cargo needs to be updated?
💥 maturin failed
Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
Caused by: `cargo metadata` exited with an error:
Error running maturin: Command '['maturin', 'pep517', 'write-dist-info', '--metadata-directory', '/tmp/pip-modern-metadata-rg6keh_a', '--interpreter', '/tmp/tmpushs6qs0/venv/bin/python']' returned non-zero exit status 1.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× 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.