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-obh6bld2 --interpreter /tmp/tmpvdd4680j/venv/bin/python`
error: failed to parse lock file at: /tmp/pip-install-u7xv4sp6/jellyfish_465ea6e7fde5473ca62a2914587ea361/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-obh6bld2', '--interpreter', '/tmp/tmpvdd4680j/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
Γ Building wheel for cryptography (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [19 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmpyr25w12x/venv/bin/python --compatibility off`
π¦ Including license file "/tmp/pip-install-wm7e3mst/cryptography_542287345bf044f2b04620c681658c6e/LICENSE"
π¦ Including license file "/tmp/pip-install-wm7e3mst/cryptography_542287345bf044f2b04620c681658c6e/LICENSE.APACHE"
π¦ Including license file "/tmp/pip-install-wm7e3mst/cryptography_542287345bf044f2b04620c681658c6e/LICENSE.BSD"
πΉ Building a mixed python/rust project
π Found pyo3 bindings with abi3 support
π Found CPython 3.13t at /tmp/tmpyr25w12x/venv/bin/python
π‘ Using build options locked from pyproject.toml
β οΈ Warning: CPython 3.13t at /tmp/tmpyr25w12x/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
warning: /tmp/pip-install-wm7e3mst/cryptography_542287345bf044f2b04620c681658c6e/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-wm7e3mst/cryptography_542287345bf044f2b04620c681658c6e/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-wm7e3mst/cryptography_542287345bf044f2b04620c681658c6e/src/rust/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-wm7e3mst/cryptography_542287345bf044f2b04620c681658c6e/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
error: package `cryptography-cffi v0.1.0 (/tmp/pip-install-wm7e3mst/cryptography_542287345bf044f2b04620c681658c6e/src/rust/cryptography-cffi)` 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.13-64bit" PYO3_PYTHON="/tmp/tmpyr25w12x/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpyr25w12x/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-wm7e3mst/cryptography_542287345bf044f2b04620c681658c6e/src/rust/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpyr25w12x/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 to build installable wheels for some pyproject.toml based projects (cryptography)
error: subprocess-exited-with-error
Γ Building wheel for llvmlite (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [35 lines of output]
running bdist_wheel
/tmp/tmp_b01kqeg/venv/bin/python /tmp/pip-install-ra6vughc/llvmlite_57d0b215106246a08df943d541a2675a/ffi/build.py
Running: cmake -G Unix Makefiles /tmp/pip-install-ra6vughc/llvmlite_57d0b215106246a08df943d541a2675a/ffi
Traceback (most recent call last):
File "/tmp/pip-install-ra6vughc/llvmlite_57d0b215106246a08df943d541a2675a/ffi/build.py", line 198, in <module>
main()
~~~~^^
File "/tmp/pip-install-ra6vughc/llvmlite_57d0b215106246a08df943d541a2675a/ffi/build.py", line 190, in main
main_posix('.so')
~~~~~~~~~~^^^^^^^
File "/tmp/pip-install-ra6vughc/llvmlite_57d0b215106246a08df943d541a2675a/ffi/build.py", line 178, in main_posix
try_cmake(here_dir, build_dir, generator)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-install-ra6vughc/llvmlite_57d0b215106246a08df943d541a2675a/ffi/build.py", line 95, in try_cmake
subprocess.check_call(args)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 414, in check_call
retcode = call(*popenargs, **kwargs)
File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 395, in call
with Popen(*popenargs, **kwargs) as p:
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 1039, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pass_fds, cwd, env,
^^^^^^^^^^^^^^^^^^^
...<5 lines>...
gid, gids, uid, umask,
^^^^^^^^^^^^^^^^^^^^^^
start_new_session, process_group)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 1972, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'cmake'
error: command '/tmp/tmp_b01kqeg/venv/bin/python' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for llvmlite
error: failed-wheel-build-for-install
Γ Failed to build installable wheels for some pyproject.toml based projects
β°β> llvmlite
error: subprocess-exited-with-error
Γ Building wheel for safetensors (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [14 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmpv1i8lgrc/venv/bin/python --compatibility off`
πΉ Building a mixed python/rust project
π Found pyo3 bindings with abi3 support
π Not using a specific python interpreter
π‘ Using build options features, bindings from pyproject.toml
β οΈ Warning: CPython 3.13t at /tmp/tmpv1i8lgrc/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
error: package `once_cell v1.21.3` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.63.0
Either upgrade to rustc 1.65 or newer, or use
cargo update -p once_cell@1.21.3 --precise ver
where `ver` is the latest version of `once_cell` 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_BUILD_EXTENSION_MODULE="1" PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/tmp/tmpv1i8lgrc/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpv1i8lgrc/venv/bin/python" "cargo" "rustc" "--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-6h5wk6d_/safetensors_f76bbd27a34442f086caf7ba8e83d3e7/bindings/python/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpv1i8lgrc/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 safetensors
error: failed-wheel-build-for-install
Γ Failed to build installable wheels for some pyproject.toml based projects
β°β> safetensors
error: subprocess-exited-with-error
Γ Building wheel for pydantic-core (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [14 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmpd80lj4lo/venv/bin/python --compatibility off`
πΉ Building a mixed python/rust project
π Found pyo3 bindings
π Found CPython 3.13t at /tmp/tmpd80lj4lo/venv/bin/python
π‘ Using build options bindings from pyproject.toml
warning: unused manifest key: lints
error: package `writeable v0.5.5` 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 writeable@0.5.5 --precise ver
where `ver` is the latest version of `writeable` 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_BUILD_EXTENSION_MODULE="1" PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/tmp/tmpd80lj4lo/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpd80lj4lo/venv/bin/python" "cargo" "rustc" "--profile" "release" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-qjnex_rf/pydantic-core_aa9ea1ef98b94681a6ed67b74480043b/Cargo.toml" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpd80lj4lo/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: failed-wheel-build-for-install
Γ Failed to build installable wheels for some pyproject.toml based projects
β°β> pydantic-core
ERROR: Ignored the following versions that require a different python version: 3.10.0.0 Requires-Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5; 3.7.4.2 Requires-Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5
ERROR: Could not find a version that satisfies the requirement typing==3.10.0.0 (from versions: 3.5.0b1, 3.5.0, 3.5.0.1, 3.5.1.0, 3.5.2.2, 3.5.3.0, 3.6.1, 3.6.2, 3.6.4, 3.6.6, 3.7.4, 3.7.4.1, 3.7.4.3)
ERROR: No matching distribution found for typing==3.10.0.0
error: subprocess-exited-with-error
Γ pip subprocess to install build dependencies did not run successfully.
β exit code: 1
β°β> [46 lines of output]
Ignoring cffi: markers 'python_version >= "3.14"' don't match your environment
Collecting setuptools
Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
Collecting wheel
Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
Collecting cffi>=1.5.0
Using cached cffi-2.0.0.tar.gz (523 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error
Γ Getting requirements to build wheel did not run successfully.
β exit code: 1
β°β> [20 lines of output]
Traceback (most recent call last):
File "/tmp/tmp8yct98bx/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
main()
~~~~^^
File "/tmp/tmp8yct98bx/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmp8yct98bx/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
return hook(config_settings)
File "/tmp/pip-build-env-302h081f/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 331, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-302h081f/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "/tmp/pip-build-env-302h081f/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 22, in <module>
RuntimeError: CFFI does not support the free-threaded build of CPython 3.13. Upgrade to free-threaded 3.14 or newer to use CFFI with the free-threaded build.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
Γ Getting requirements to build wheel 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.
[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 cryptography (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [21 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmpoz7ywwa2/venv/bin/python --compatibility off`
π¦ Including license file "/tmp/pip-install-5xrip8bd/cryptography_b8bb20a3de75475ab0b557a401ec0126/LICENSE"
π¦ Including license file "/tmp/pip-install-5xrip8bd/cryptography_b8bb20a3de75475ab0b557a401ec0126/LICENSE.APACHE"
π¦ Including license file "/tmp/pip-install-5xrip8bd/cryptography_b8bb20a3de75475ab0b557a401ec0126/LICENSE.BSD"
πΉ Building a mixed python/rust project
π Found pyo3 bindings with abi3 support
π Found CPython 3.13t at /tmp/tmpoz7ywwa2/venv/bin/python
π‘ Using build options locked from pyproject.toml
β οΈ Warning: CPython 3.13t at /tmp/tmpoz7ywwa2/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
warning: /tmp/pip-install-5xrip8bd/cryptography_b8bb20a3de75475ab0b557a401ec0126/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-5xrip8bd/cryptography_b8bb20a3de75475ab0b557a401ec0126/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-5xrip8bd/cryptography_b8bb20a3de75475ab0b557a401ec0126/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-5xrip8bd/cryptography_b8bb20a3de75475ab0b557a401ec0126/src/rust/Cargo.toml: unused manifest key: lints
error: package `once_cell v1.21.3` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.63.0
Either upgrade to rustc 1.65 or newer, or use
cargo update -p once_cell@1.21.3 --precise ver
where `ver` is the latest version of `once_cell` 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.13-64bit" PYO3_PYTHON="/tmp/tmpoz7ywwa2/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpoz7ywwa2/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-5xrip8bd/cryptography_b8bb20a3de75475ab0b557a401ec0126/src/rust/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpoz7ywwa2/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 to build installable wheels for some pyproject.toml based projects (cryptography)
error: subprocess-exited-with-error
Γ Building wheel for cryptography (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [19 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmp6e6vle7u/venv/bin/python --compatibility off`
π¦ Including license file "/tmp/pip-install-3yj11_tk/cryptography_7bf6d9cd56b042a0aebfd6e2a59b070b/LICENSE"
π¦ Including license file "/tmp/pip-install-3yj11_tk/cryptography_7bf6d9cd56b042a0aebfd6e2a59b070b/LICENSE.APACHE"
π¦ Including license file "/tmp/pip-install-3yj11_tk/cryptography_7bf6d9cd56b042a0aebfd6e2a59b070b/LICENSE.BSD"
πΉ Building a mixed python/rust project
π Found pyo3 bindings with abi3 support
π Found CPython 3.13t at /tmp/tmp6e6vle7u/venv/bin/python
π‘ Using build options locked from pyproject.toml
β οΈ Warning: CPython 3.13t at /tmp/tmp6e6vle7u/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
warning: /tmp/pip-install-3yj11_tk/cryptography_7bf6d9cd56b042a0aebfd6e2a59b070b/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-3yj11_tk/cryptography_7bf6d9cd56b042a0aebfd6e2a59b070b/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-3yj11_tk/cryptography_7bf6d9cd56b042a0aebfd6e2a59b070b/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-3yj11_tk/cryptography_7bf6d9cd56b042a0aebfd6e2a59b070b/src/rust/Cargo.toml: unused manifest key: lints
error: package `cryptography-openssl v0.1.0 (/tmp/pip-install-3yj11_tk/cryptography_7bf6d9cd56b042a0aebfd6e2a59b070b/src/rust/cryptography-openssl)` 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.13-64bit" PYO3_PYTHON="/tmp/tmp6e6vle7u/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp6e6vle7u/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-3yj11_tk/cryptography_7bf6d9cd56b042a0aebfd6e2a59b070b/src/rust/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp6e6vle7u/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 to build installable wheels for some pyproject.toml based projects (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-40orphfo --interpreter /tmp/tmpikgvv54h/venv/bin/python`
error: failed to parse lock file at: /tmp/pip-install-d7n67mia/jellyfish_f504e6079e474a378c6199380801bf9f/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-40orphfo', '--interpreter', '/tmp/tmpikgvv54h/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
Γ Building wheel for cryptography (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [19 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmplio4pnve/venv/bin/python --compatibility off`
π¦ Including license file "/tmp/pip-install-0y_xjjea/cryptography_f55856ec307149f582e2cd9f15a23a70/LICENSE"
π¦ Including license file "/tmp/pip-install-0y_xjjea/cryptography_f55856ec307149f582e2cd9f15a23a70/LICENSE.APACHE"
π¦ Including license file "/tmp/pip-install-0y_xjjea/cryptography_f55856ec307149f582e2cd9f15a23a70/LICENSE.BSD"
πΉ Building a mixed python/rust project
π Found pyo3 bindings with abi3 support
π Found CPython 3.14t at /tmp/tmplio4pnve/venv/bin/python
π‘ Using build options locked from pyproject.toml
β οΈ Warning: CPython 3.14t at /tmp/tmplio4pnve/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
warning: /tmp/pip-install-0y_xjjea/cryptography_f55856ec307149f582e2cd9f15a23a70/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-0y_xjjea/cryptography_f55856ec307149f582e2cd9f15a23a70/src/rust/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-0y_xjjea/cryptography_f55856ec307149f582e2cd9f15a23a70/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-0y_xjjea/cryptography_f55856ec307149f582e2cd9f15a23a70/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
error: package `cryptography-openssl v0.1.0 (/tmp/pip-install-0y_xjjea/cryptography_f55856ec307149f582e2cd9f15a23a70/src/rust/cryptography-openssl)` 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/tmplio4pnve/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmplio4pnve/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-0y_xjjea/cryptography_f55856ec307149f582e2cd9f15a23a70/src/rust/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmplio4pnve/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 to build installable wheels for some pyproject.toml based projects (cryptography)
error: subprocess-exited-with-error
Γ Building wheel for llvmlite (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [35 lines of output]
running bdist_wheel
/tmp/tmpe201b1sy/venv/bin/python /tmp/pip-install-ubppelem/llvmlite_2f9b263c5a11443c9c5f078a108c8b1f/ffi/build.py
Running: cmake -G Unix Makefiles /tmp/pip-install-ubppelem/llvmlite_2f9b263c5a11443c9c5f078a108c8b1f/ffi
Traceback (most recent call last):
File "/tmp/pip-install-ubppelem/llvmlite_2f9b263c5a11443c9c5f078a108c8b1f/ffi/build.py", line 198, in <module>
main()
~~~~^^
File "/tmp/pip-install-ubppelem/llvmlite_2f9b263c5a11443c9c5f078a108c8b1f/ffi/build.py", line 190, in main
main_posix('.so')
~~~~~~~~~~^^^^^^^
File "/tmp/pip-install-ubppelem/llvmlite_2f9b263c5a11443c9c5f078a108c8b1f/ffi/build.py", line 178, in main_posix
try_cmake(here_dir, build_dir, generator)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-install-ubppelem/llvmlite_2f9b263c5a11443c9c5f078a108c8b1f/ffi/build.py", line 95, in try_cmake
subprocess.check_call(args)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 414, in check_call
retcode = call(*popenargs, **kwargs)
File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 395, in call
with Popen(*popenargs, **kwargs) as p:
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 1038, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pass_fds, cwd, env,
^^^^^^^^^^^^^^^^^^^
...<5 lines>...
gid, gids, uid, umask,
^^^^^^^^^^^^^^^^^^^^^^
start_new_session, process_group)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 1970, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'cmake'
error: command '/tmp/tmpe201b1sy/venv/bin/python' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for llvmlite
error: failed-wheel-build-for-install
Γ Failed to build installable wheels for some pyproject.toml based projects
β°β> llvmlite
error: subprocess-exited-with-error
Γ Building wheel for safetensors (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [12 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmpfq07y2qt/venv/bin/python --compatibility off`
πΉ Building a mixed python/rust project
π Found pyo3 bindings with abi3 support
π Not using a specific python interpreter
π‘ Using build options features, bindings from pyproject.toml
β οΈ Warning: CPython 3.14t at /tmp/tmpfq07y2qt/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
error: package `safetensors v0.6.2 (/tmp/pip-install-ukntadeg/safetensors_e07a689ba55c469a9d81a4043ad45d67/safetensors)` cannot be built because it requires rustc 1.80 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_BUILD_EXTENSION_MODULE="1" PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmpfq07y2qt/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpfq07y2qt/venv/bin/python" "cargo" "rustc" "--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-ukntadeg/safetensors_e07a689ba55c469a9d81a4043ad45d67/bindings/python/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpfq07y2qt/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 safetensors
error: failed-wheel-build-for-install
Γ Failed to build installable wheels for some pyproject.toml based projects
β°β> safetensors
share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t -c srsly/msgpack/_unpacker.cpp -o build/temp.linux-x86_64-cpython-314t/srsly/msgpack/_unpacker.o -O2 -Wno-strict-prototypes -Wno-unused-function
cc1plus: warning: command-line option β-Wno-strict-prototypesβ is valid for C/ObjC but not for C++
srsly/msgpack/_unpacker.cpp:877:72: warning: βPy_UNICODEβ is deprecated [-Wdeprecated-declarations]
877 | static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) {
| ^
In file included from /root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t/unicodeobject.h:1022,
from /root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t/Python.h:89,
from srsly/msgpack/_unpacker.cpp:35:
/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t/cpython/unicodeobject.h:10:37: note: declared here
10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
| ^~~~~~~~~~
srsly/msgpack/_unpacker.cpp: In function βsize_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE*)β:
srsly/msgpack/_unpacker.cpp:878:23: warning: βPy_UNICODEβ is deprecated [-Wdeprecated-declarations]
878 | const Py_UNICODE *u_end = u;
| ^~~~~
/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t/cpython/unicodeobject.h:10:37: note: declared here
10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
| ^~~~~~~~~~
srsly/msgpack/_unpacker.cpp: In function βint __pyx_f_5srsly_7msgpack_9_unpacker_get_data_from_buffer(PyObject*, Py_buffer*, char**, Py_ssize_t*, int*)β:
srsly/msgpack/_unpacker.cpp:2605:17: error: βPyObject_AsReadBufferβ was not declared in this scope; did you mean βPyObject_GetBufferβ?
2605 | __pyx_t_2 = PyObject_AsReadBuffer(__pyx_v_obj, ((void const **)__pyx_v_buf), __pyx_v_buffer_len); if (unlikely(__pyx_t_2 == ((int)-1))) __PYX_ERR(0, 136, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~~~~~
| PyObject_GetBuffer
srsly/msgpack/_unpacker.cpp: In function βlong int __Pyx_PyInt_As_long(PyObject*)β:
srsly/msgpack/_unpacker.cpp:9638:46: error: too few arguments to function βint _PyLong_AsByteArray(PyLongObject*, unsigned char*, size_t, int, int, int)β
9638 | int ret = _PyLong_AsByteArray((PyLongObject *)v,
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
9639 | bytes, sizeof(val),
| ~~~~~~~~~~~~~~~~~~~
9640 | is_little, !is_unsigned);
| ~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t/longobject.h:171,
from /root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t/Python.h:91:
/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t/cpython/longobject.h:84:17: note: declared here
84 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
| ^~~~~~~~~~~~~~~~~~~
srsly/msgpack/_unpacker.cpp: In function βint __Pyx_PyInt_As_int(PyObject*)β:
srsly/msgpack/_unpacker.cpp:9834:46: error: too few arguments to function βint _PyLong_AsByteArray(PyLongObject*, unsigned char*, size_t, int, int, int)β
9834 | int ret = _PyLong_AsByteArray((PyLongObject *)v,
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
9835 | bytes, sizeof(val),
| ~~~~~~~~~~~~~~~~~~~
9836 | is_little, !is_unsigned);
| ~~~~~~~~~~~~~~~~~~~~~~~~
/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t/cpython/longobject.h:84:17: note: declared here
84 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
| ^~~~~~~~~~~~~~~~~~~
error: command '/usr/bin/c++' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for srsly
error: failed-wheel-build-for-install
Γ Failed to build installable wheels for some pyproject.toml based projects
β°β> srsly
ERROR: Ignored the following versions that require a different python version: 3.10.0.0 Requires-Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5; 3.7.4.2 Requires-Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5
ERROR: Could not find a version that satisfies the requirement typing==3.10.0.0 (from versions: 3.5.0b1, 3.5.0, 3.5.0.1, 3.5.1.0, 3.5.2.2, 3.5.3.0, 3.6.1, 3.6.2, 3.6.4, 3.6.6, 3.7.4, 3.7.4.1, 3.7.4.3)
ERROR: No matching distribution found for typing==3.10.0.0
error: subprocess-exited-with-error
Γ Building wheel for cryptography (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [19 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmpca963_yd/venv/bin/python --compatibility off`
π¦ Including license file "/tmp/pip-install-7hb972ji/cryptography_2ef6ab677ff4461e9280b4143a962cf4/LICENSE"
π¦ Including license file "/tmp/pip-install-7hb972ji/cryptography_2ef6ab677ff4461e9280b4143a962cf4/LICENSE.APACHE"
π¦ Including license file "/tmp/pip-install-7hb972ji/cryptography_2ef6ab677ff4461e9280b4143a962cf4/LICENSE.BSD"
πΉ Building a mixed python/rust project
π Found pyo3 bindings with abi3 support
π Found CPython 3.14t at /tmp/tmpca963_yd/venv/bin/python
π‘ Using build options locked from pyproject.toml
β οΈ Warning: CPython 3.14t at /tmp/tmpca963_yd/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
warning: /tmp/pip-install-7hb972ji/cryptography_2ef6ab677ff4461e9280b4143a962cf4/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-7hb972ji/cryptography_2ef6ab677ff4461e9280b4143a962cf4/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-7hb972ji/cryptography_2ef6ab677ff4461e9280b4143a962cf4/src/rust/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-7hb972ji/cryptography_2ef6ab677ff4461e9280b4143a962cf4/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
error: package `cryptography-crypto v0.1.0 (/tmp/pip-install-7hb972ji/cryptography_2ef6ab677ff4461e9280b4143a962cf4/src/rust/cryptography-crypto)` 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/tmpca963_yd/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpca963_yd/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-7hb972ji/cryptography_2ef6ab677ff4461e9280b4143a962cf4/src/rust/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpca963_yd/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 to build installable wheels for some pyproject.toml based projects (cryptography)
error: subprocess-exited-with-error
Γ Building wheel for cryptography (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [21 lines of output]
Running `maturin pep517 build-wheel -i /tmp/tmptrg0b3rv/venv/bin/python --compatibility off`
π¦ Including license file "/tmp/pip-install-o_d0fmhw/cryptography_07090891ad1940e38d3c7c6888230364/LICENSE"
π¦ Including license file "/tmp/pip-install-o_d0fmhw/cryptography_07090891ad1940e38d3c7c6888230364/LICENSE.APACHE"
π¦ Including license file "/tmp/pip-install-o_d0fmhw/cryptography_07090891ad1940e38d3c7c6888230364/LICENSE.BSD"
πΉ Building a mixed python/rust project
π Found pyo3 bindings with abi3 support
π Found CPython 3.14t at /tmp/tmptrg0b3rv/venv/bin/python
π‘ Using build options locked from pyproject.toml
β οΈ Warning: CPython 3.14t at /tmp/tmptrg0b3rv/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
warning: /tmp/pip-install-o_d0fmhw/cryptography_07090891ad1940e38d3c7c6888230364/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-o_d0fmhw/cryptography_07090891ad1940e38d3c7c6888230364/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-o_d0fmhw/cryptography_07090891ad1940e38d3c7c6888230364/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
warning: /tmp/pip-install-o_d0fmhw/cryptography_07090891ad1940e38d3c7c6888230364/src/rust/Cargo.toml: unused manifest key: lints
error: package `asn1_derive v0.21.3` cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.63.0
Either upgrade to rustc 1.65.0 or newer, or use
cargo update -p asn1_derive@0.21.3 --precise ver
where `ver` is the latest version of `asn1_derive` 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/tmptrg0b3rv/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmptrg0b3rv/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-o_d0fmhw/cryptography_07090891ad1940e38d3c7c6888230364/src/rust/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmptrg0b3rv/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 to build installable wheels for some pyproject.toml based projects (cryptography)