DEBUG: Executing shell function do_compile
* Getting build dependencies for wheel...
* Building wheel...
<string>:31: DeprecationWarning: The 'wheel.bdist_wheel' module has been removed.
Please update your setuptools to v70.1 or later.
If you're explicitly importing 'wheel.bdist_wheel', please update your import to point to 'setuptools.command.bdist_wheel' instead.
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-313/maturin
copying maturin/__main__.py -> build/lib.linux-x86_64-cpython-313/maturin
copying maturin/bootstrap.py -> build/lib.linux-x86_64-cpython-313/maturin
copying maturin/__init__.py -> build/lib.linux-x86_64-cpython-313/maturin
running egg_info
creating maturin.egg-info
writing maturin.egg-info/PKG-INFO
writing dependency_links to maturin.egg-info/dependency_links.txt
writing requirements to maturin.egg-info/requires.txt
writing top-level names to maturin.egg-info/top_level.txt
writing manifest file 'maturin.egg-info/SOURCES.txt'
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
reading manifest file 'maturin.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.json' under directory 'src/python_interpreter'
adding license file 'license-mit'
adding license file 'license-apache'
writing manifest file 'maturin.egg-info/SOURCES.txt'
running build_ext
running build_rust
Inconsistency detected by ld.so: rtld.c: 1238: rtld_setup_main_map: Assertion `_dl_rtld_map.l_libname' failed!
error: can't find Rust compiler
If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
To update pip, run:
pip install --upgrade pip
and then retry package installation.
If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
ERROR Backend subprocess exited when trying to invoke build_wheel
WARNING: TOPDIR/tmp/work/x86_64-linux/python3-maturin-native/1.9.4/temp/run.do_compile.2171646:191 exit 1 from 'pyproject-build --no-isolation --wheel --outdir TOPDIR/tmp/work/x86_64-linux/python3-maturin-native/1.9.4/dist TOPDIR/tmp/work/x86_64-linux/python3-maturin-native/1.9.4/sources/maturin-1.9.4'
WARNING: Backtrace (BB generated script):
#1: python_pep517_do_compile, TOPDIR/tmp/work/x86_64-linux/python3-maturin-native/1.9.4/temp/run.do_compile.2171646, line 191
#2: do_compile, TOPDIR/tmp/work/x86_64-linux/python3-maturin-native/1.9.4/temp/run.do_compile.2171646, line 167
#3: main, TOPDIR/tmp/work/x86_64-linux/python3-maturin-native/1.9.4/temp/run.do_compile.2171646, line 195