error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [4 lines of output]
Building lxml version 5.4.0.
<string>:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Building without Cython.
Error: Please make sure the libxml2 and libxslt development packages are installed.
[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.
duced by <max> or earlier.
-- Configuring done (1.2s)
-- Generating done (0.0s)
-- Build files have been written to: /tmp/tmpusd4tkug/build
2025-05-21 00:17:09,543 - scikit_build_core - WARNING - Could not parse CMake file-api
*** Building project with Ninja...
[1/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/Levenshtein-c/_levenshtein.cpp.o
[2/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
FAILED: src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
/usr/bin/c++ -pthread -Dlevenshtein_cpp_EXPORTS -I/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/Levenshtein-c -I/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/extern/rapidfuzz-cpp/rapidfuzz/.. -isystem /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects -fPIC -Wall -Wextra -pedantic -MD -MT src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -MF src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o.d -o src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -c /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:1876:80: error: ‘__pyx_vectorcallfunc’ has not been declared
1876 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
| ^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:6662:69: error: ‘__pyx_vectorcallfunc’ has not been declared
6662 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
| ^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:6699:13: error: ‘vc’ cannot be used as a function
6699 | res = vc(func, newargs, nargs, kwnames);
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx: At global scope:
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:6707:80: error: ‘__pyx_vectorcallfunc’ has not been declared
6707 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
| ^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:6710:18: error: ‘vc’ cannot be used as a function
6710 | return vc(func, args, nargs, NULL);
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:7396:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
7396 | __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
| ^~~~~~~~~~~~~~~~~~~~
| vectorcallfunc
/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:7397:9: error: ‘vc’ was not declared in this scope
7397 | if (vc) {
| ^~
ninja: build stopped: subcommand failed.
*** CMake build failed
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for levenshtein
ERROR: Failed to build installable wheels for some pyproject.toml based projects (levenshtein)
_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmpjzw2altp/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
return _build_backend().build_wheel(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
wheel_directory, config_settings, metadata_directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 435, in build_wheel
return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)])
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 423, in _build
return self._build_with_temp_dir(
~~~~~~~~~~~~~~~~~~~~~~~~~^
cmd,
^^^^
...<3 lines>...
self._arbitrary_args(config_settings),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir
self.run_setup()
~~~~~~~~~~~~~~^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 202, in <module>
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/__init__.py", line 115, in setup
return distutils.core.setup(**attrs)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 186, in setup
return run_commands(dist)
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
dist.run_commands()
~~~~~~~~~~~~~~~~~^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
self.run_command(cmd)
~~~~~~~~~~~~~~~~^^^^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1102, in run_command
super().run_command(command)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
~~~~~~~~~~~^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/command/bdist_wheel.py", line 370, in run
self.run_command("build")
~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
self.distribution.run_command(command)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1102, in run_command
super().run_command(command)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
~~~~~~~~~~~^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
self.distribution.run_command(command)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1102, in run_command
super().run_command(command)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
~~~~~~~~~~~^^
File "<string>", line 169, in run
File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 419, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pynacl
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography, pynacl)
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [11 lines of output]
Traceback (most recent call last):
File "/tmp/tmp1fcp37w9/venv/lib/python3.14t/site-packages/pip/__pip-runner__.py", line 50, in <module>
runpy.run_module("pip", run_name="__main__", alter_sys=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen runpy>", line 226, in run_module
File "<frozen runpy>", line 98, in _run_module_code
File "<frozen runpy>", line 88, in _run_code
File "/tmp/tmp1fcp37w9/venv/lib/python3.14t/site-packages/pip/__main__.py", line 8, in <module>
if sys.path[0] in ("", os.getcwd()):
~~~~~~~~~^^
FileNotFoundError: [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: Could not find a version that satisfies the requirement triton==3.4.0 (from versions: none)
ERROR: No matching distribution found for triton==3.4.0
ced by <max> or earlier.
-- Configuring done (1.0s)
-- Generating done (0.0s)
-- Build files have been written to: /tmp/tmpvtkncm8n/build
2025-05-21 02:19:42,217 - scikit_build_core - WARNING - Could not parse CMake file-api
*** Building project with Ninja...
[1/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/Levenshtein-c/_levenshtein.cpp.o
[2/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
FAILED: src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
/usr/bin/c++ -pthread -Dlevenshtein_cpp_EXPORTS -I/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/Levenshtein-c -I/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/extern/rapidfuzz-cpp/rapidfuzz/.. -isystem /root/.local/share/uv/python/cpython-3.14.0a7+freethreaded-linux-x86_64-gnu/include/python3.14t -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects -fPIC -Wall -Wextra -pedantic -MD -MT src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -MF src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o.d -o src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -c /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:1876:80: error: ‘__pyx_vectorcallfunc’ has not been declared
1876 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
| ^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:6662:69: error: ‘__pyx_vectorcallfunc’ has not been declared
6662 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
| ^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:6699:13: error: ‘vc’ cannot be used as a function
6699 | res = vc(func, newargs, nargs, kwnames);
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx: At global scope:
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:6707:80: error: ‘__pyx_vectorcallfunc’ has not been declared
6707 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
| ^~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:6710:18: error: ‘vc’ cannot be used as a function
6710 | return vc(func, args, nargs, NULL);
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:7396:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
7396 | __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
| ^~~~~~~~~~~~~~~~~~~~
| vectorcallfunc
/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:7397:9: error: ‘vc’ was not declared in this scope
7397 | if (vc) {
| ^~
ninja: build stopped: subcommand failed.
*** CMake build failed
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for levenshtein
ERROR: Failed to build installable wheels for some pyproject.toml based projects (levenshtein)
ERROR: Ignored the following yanked versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3
ERROR: Could not find a version that satisfies the requirement torchvision==0.23.0 (from versions: none)
ERROR: No matching distribution found for torchvision==0.23.0
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-nvljz9_4 --interpreter /tmp/tmpdtbnva5e/venv/bin/python`
error: failed to parse lock file at: /tmp/pip-install-rcp14d65/rpds-py_c6dd1525a2094046979d065f47ad4987/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-nvljz9_4', '--interpreter', '/tmp/tmpdtbnva5e/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.
rn_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmpo5l70nyy/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
return _build_backend().build_wheel(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
wheel_directory, config_settings, metadata_directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 435, in build_wheel
return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)])
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 423, in _build
return self._build_with_temp_dir(
~~~~~~~~~~~~~~~~~~~~~~~~~^
cmd,
^^^^
...<3 lines>...
self._arbitrary_args(config_settings),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir
self.run_setup()
~~~~~~~~~~~~~~^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 317, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 202, in <module>
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/__init__.py", line 115, in setup
return distutils.core.setup(**attrs)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 186, in setup
return run_commands(dist)
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
dist.run_commands()
~~~~~~~~~~~~~~~~~^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
self.run_command(cmd)
~~~~~~~~~~~~~~~~^^^^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
super().run_command(command)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
~~~~~~~~~~~^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/command/bdist_wheel.py", line 370, in run
self.run_command("build")
~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
self.distribution.run_command(command)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
super().run_command(command)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
~~~~~~~~~~~^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
self.distribution.run_command(command)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
super().run_command(command)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
~~~~~~~~~~~^^
File "<string>", line 169, in run
File "/root/.local/share/uv/python/cpython-3.14.0a7+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 419, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pynacl
ERROR: Failed to build installable wheels for some pyproject.toml based projects (bcrypt, cryptography, pynacl)