T_ALTERCONFIGS_RESULT
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5373:23: error: unknown type name ‘rd_kafka_ListOffsets_result_t’
5373 | const rd_kafka_ListOffsets_result_t *c_list_offsets_result =
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5374:21: warning: implicit declaration of function ‘rd_kafka_event_ListOffsets_result’; did you mean ‘rd_kafka_event_DeleteAcls_result’? [-Wimplicit-function-declaration]
5374 | rd_kafka_event_ListOffsets_result(rkev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| rd_kafka_event_DeleteAcls_result
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5374:21: warning: initialization of ‘const int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5375:23: error: unknown type name ‘rd_kafka_ListOffsetsResultInfo_t’
5375 | const rd_kafka_ListOffsetsResultInfo_t **c_result_infos =
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5376:21: warning: implicit declaration of function ‘rd_kafka_ListOffsets_result_infos’ [-Wimplicit-function-declaration]
5376 | rd_kafka_ListOffsets_result_infos(c_list_offsets_result,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5376:21: warning: initialization of ‘const int **’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5397:14: error: ‘RD_KAFKA_EVENT_ELECTLEADERS_RESULT’ undeclared (first use in this function); did you mean ‘RD_KAFKA_EVENT_DELETEACLS_RESULT’?
5397 | case RD_KAFKA_EVENT_ELECTLEADERS_RESULT: {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| RD_KAFKA_EVENT_DELETEACLS_RESULT
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5400:23: error: unknown type name ‘rd_kafka_ElectLeaders_result_t’
5400 | const rd_kafka_ElectLeaders_result_t
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5402:25: warning: implicit declaration of function ‘rd_kafka_event_ElectLeaders_result’; did you mean ‘rd_kafka_event_DeleteAcls_result’? [-Wimplicit-function-declaration]
5402 | rd_kafka_event_ElectLeaders_result(rkev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| rd_kafka_event_DeleteAcls_result
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5402:25: warning: initialization of ‘const int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5404:23: error: unknown type name ‘rd_kafka_topic_partition_result_t’
5404 | const rd_kafka_topic_partition_result_t **partition_results =
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5405:21: warning: implicit declaration of function ‘rd_kafka_ElectLeaders_result_partitions’; did you mean ‘rd_kafka_group_result_partitions’? [-Wimplicit-function-declaration]
5405 | rd_kafka_ElectLeaders_result_partitions(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| rd_kafka_group_result_partitions
/tmp/pip-install-jfro3x5f/confluent-kafka_2826e12d07294b1897371e07955c6191/src/confluent_kafka/src/Admin.c:5405:21: warning: initialization of ‘const int **’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
error: command '/usr/bin/cc' 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 confluent-kafka
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> confluent-kafka
ERROR: Could not find a version that satisfies the requirement tensorflow-io-gcs-filesystem==0.37.1 (from versions: none)
ERROR: No matching distribution found for tensorflow-io-gcs-filesystem==0.37.1
error: subprocess-exited-with-error
× Building wheel for pymssql (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [58 lines of output]
setup.py: BITNESS='64'
setup.py: prefix='/usr/local'
setup.py: platform.system() => Linux
setup.py: platform.architecture() => ('64bit', '')
setup.py: platform.libc_ver() => ('glibc', '2.36')
setup.py: include_dirs => ['/usr/local/include']
setup.py: library_dirs => ['/usr/local/lib']
/tmp/pip-build-env-3eecyavd/overlay/lib/python3.13t/site-packages/setuptools_scm/_integration/version_inference.py:51: UserWarning: version of None already set
warnings.warn(self.message)
/tmp/pip-build-env-3eecyavd/overlay/lib/python3.13t/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/__init__.py -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/exceptions.py -> build/lib.linux-x86_64-cpython-313t/pymssql
running egg_info
writing src/pymssql.egg-info/PKG-INFO
writing dependency_links to src/pymssql.egg-info/dependency_links.txt
writing top-level names to src/pymssql.egg-info/top_level.txt
reading manifest file 'src/pymssql.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'src/pymssql.egg-info/SOURCES.txt'
copying src/pymssql/__init__.pyi -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/_mssql.pxd -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/_mssql.pyi -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/_mssql.pyx -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/_pymssql.pyi -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/_pymssql.pyx -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/exceptions.pyi -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/py.typed -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/sqlfront.pxd -> build/lib.linux-x86_64-cpython-313t/pymssql
copying src/pymssql/version.h -> build/lib.linux-x86_64-cpython-313t/pymssql
running build_ext
Compiling src/pymssql/_mssql.pyx because it changed.
[1/1] Cythonizing src/pymssql/_mssql.pyx
building 'pymssql._mssql' extension
creating build/temp.linux-x86_64-cpython-313t/src/pymssql
cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/usr/local/include -I/tmp/tmp2lmnx8na/venv/include -I/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/pymssql/_mssql.c -o build/temp.linux-x86_64-cpython-313t/src/pymssql/_mssql.o -DMSDBLIB -std=c99
src/pymssql/_mssql.c:1285:10: fatal error: sqlfront.h: No such file or directory
1285 | #include "sqlfront.h"
| ^~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/cc' 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 pymssql
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> pymssql
error: subprocess-exited-with-error
× installing build dependencies for cryptography did not run successfully.
│ exit code: 1
╰─> [38 lines of output]
Ignoring cffi: markers 'platform_python_implementation != "PyPy" and python_version == "3.8"' don't match your environment
Collecting maturin<2,>=1.9.4
Using cached maturin-1.10.2-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.musllinux_1_1_x86_64.whl.metadata (16 kB)
Collecting cffi>=2.0.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/tmp_2y_8q4j/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
main()
~~~~^^
File "/tmp/tmp_2y_8q4j/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/tmp_2y_8q4j/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-66r3mmqj/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-66r3mmqj/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "/tmp/pip-build-env-66r3mmqj/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: Failed to build 'cffi' when getting requirements to build wheel
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'cryptography' when installing build dependencies for 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-e2h3xplz --interpreter /tmp/tmpvsw8gord/venv/bin/python`
error: failed to parse lock file at: /tmp/pip-install-ero5pper/fastuuid_ee83944945f346df806dbd667ca2ba55/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-e2h3xplz', '--interpreter', '/tmp/tmpvsw8gord/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.
╰─> fastuuid
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
ERROR: Could not find a version that satisfies the requirement tensorflow-io-gcs-filesystem==0.37.1 (from versions: none)
ERROR: No matching distribution found for tensorflow-io-gcs-filesystem==0.37.1
error: subprocess-exited-with-error
× Building wheel for pymssql (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [58 lines of output]
setup.py: BITNESS='64'
setup.py: prefix='/usr/local'
setup.py: platform.system() => Linux
setup.py: platform.architecture() => ('64bit', '')
setup.py: platform.libc_ver() => ('glibc', '2.36')
setup.py: include_dirs => ['/usr/local/include']
setup.py: library_dirs => ['/usr/local/lib']
/tmp/pip-build-env-2our6j73/overlay/lib/python3.14t/site-packages/setuptools_scm/_integration/version_inference.py:51: UserWarning: version of None already set
warnings.warn(self.message)
/tmp/pip-build-env-2our6j73/overlay/lib/python3.14t/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/__init__.py -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/exceptions.py -> build/lib.linux-x86_64-cpython-314t/pymssql
running egg_info
writing src/pymssql.egg-info/PKG-INFO
writing dependency_links to src/pymssql.egg-info/dependency_links.txt
writing top-level names to src/pymssql.egg-info/top_level.txt
reading manifest file 'src/pymssql.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'src/pymssql.egg-info/SOURCES.txt'
copying src/pymssql/__init__.pyi -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/_mssql.pxd -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/_mssql.pyi -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/_mssql.pyx -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/_pymssql.pyi -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/_pymssql.pyx -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/exceptions.pyi -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/py.typed -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/sqlfront.pxd -> build/lib.linux-x86_64-cpython-314t/pymssql
copying src/pymssql/version.h -> build/lib.linux-x86_64-cpython-314t/pymssql
running build_ext
Compiling src/pymssql/_mssql.pyx because it changed.
[1/1] Cythonizing src/pymssql/_mssql.pyx
building 'pymssql._mssql' extension
creating build/temp.linux-x86_64-cpython-314t/src/pymssql
cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/usr/local/include -I/tmp/tmp0eul09m7/venv/include -I/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/pymssql/_mssql.c -o build/temp.linux-x86_64-cpython-314t/src/pymssql/_mssql.o -DMSDBLIB -std=c99
src/pymssql/_mssql.c:1285:10: fatal error: sqlfront.h: No such file or directory
1285 | #include "sqlfront.h"
| ^~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/cc' 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 pymssql
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> pymssql
Visual Studio environment is needed to run Ninja. It is recommended to use Meson wrapper:
/tmp/pip-build-env-lt0gq_2e/overlay/bin/meson compile -C .
+ /tmp/pip-build-env-lt0gq_2e/normal/bin/ninja
[1/151] Generating pandas/_libs/algos_take_helper_pxi with a custom command
[2/151] Generating pandas/__init__.py with a custom command
[3/151] Generating pandas/_libs/algos_common_helper_pxi with a custom command
[4/151] Generating pandas/_libs/khash_primitive_helper_pxi with a custom command
[5/151] Generating pandas/_libs/hashtable_class_helper_pxi with a custom command
[6/151] Generating pandas/_libs/hashtable_func_helper_pxi with a custom command
[7/151] Generating pandas/_libs/index_class_helper_pxi with a custom command
[8/151] Generating pandas/_libs/sparse_op_helper_pxi with a custom command
[9/151] Generating pandas/_libs/intervaltree_helper_pxi with a custom command
[10/151] Compiling Cython source /tmp/pip-install-8fn86fob/pandas_3dad6f3af233485fa75b6ea2fb737382/pandas/_libs/tslibs/base.pyx
[11/151] Compiling C object pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o
FAILED: pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o
cc -Ipandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p -Ipandas/_libs/tslibs -I../../pandas/_libs/tslibs -I../../../../pip-build-env-lt0gq_2e/overlay/lib/python3.14t/site-packages/numpy/_core/include -I../../pandas/_libs/include -I/root/.local/share/uv/python/cpython-3.14.0a7+freethreaded-linux-x86_64-gnu/include/python3.14t -fvisibility=hidden -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -w -std=c11 -O3 -DNPY_NO_DEPRECATED_API=0 -DNPY_TARGET_VERSION=NPY_1_21_API_VERSION -fPIC -MD -MQ pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o -MF pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o.d -o pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o -c pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c
pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c:2102:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
2102 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
| ^~~~~~~~~~~~~~~~~~~~
| vectorcallfunc
pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c:8658:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
8658 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
| ^~~~~~~~~~~~~~~~~~~~
| vectorcallfunc
pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c:8703:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
8703 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
| ^~~~~~~~~~~~~~~~~~~~
| vectorcallfunc
pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
pandas/_libs/tslibs/base.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c:9392:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
9392 | __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
| ^~~~~~~~~~~~~~~~~~~~
| vectorcallfunc
[12/151] Compiling Cython source /tmp/pip-install-8fn86fob/pandas_3dad6f3af233485fa75b6ea2fb737382/pandas/_libs/tslibs/ccalendar.pyx
ninja: build stopped: subcommand failed.
[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
× 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-2d3v80rz --interpreter /tmp/tmpz2ir6rij/venv/bin/python`
error: failed to parse lock file at: /tmp/pip-install-pr4d6fl8/fastuuid_e5457607de9f44f9959c8571c9390cc1/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-2d3v80rz', '--interpreter', '/tmp/tmpz2ir6rij/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.
╰─> fastuuid
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.