Free-Threaded Python Library Compatibility Checker

https://news.ycombinator.com/rss Hits: 4
Summary

mf2frm0o/overlay/lib/python3.13t/site-packages/setuptools/_distutils/spawn.py", line 93, in spawn raise DistutilsExecError( f"command {_debug(cmd)!r} failed with exit code {err.returncode}" ) from err distutils.errors.DistutilsExecError: command '/usr/bin/c++' failed with exit code 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/pip-install-pjskaodd/grpcio_beb71e65c16b4fd6b984afa28307387a/src/python/grpcio/commands.py", line 282, in build_extensions build_ext.build_ext.build_extensions(self) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/tmp/pip-build-env-mf2frm0o/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions self._build_extensions_serial() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/tmp/pip-build-env-mf2frm0o/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial self.build_extension(ext) ~~~~~~~~~~~~~~~~~~~~^^^^^ File "/tmp/pip-build-env-mf2frm0o/overlay/lib/python3.13t/site-packages/setuptools/command/build_ext.py", line 261, in build_extension _build_ext.build_extension(self, ext) ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/tmp/pip-build-env-mf2frm0o/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build_ext.py", line 565, in build_extension objects = self.compiler.compile( sources, ...<5 lines>... depends=ext.depends, ) File "/tmp/pip-install-pjskaodd/grpcio_beb71e65c16b4fd6b984afa28307387a/src/python/grpcio/_parallel_compile_patch.py", line 70, in _parallel_compile multiprocessing.pool.ThreadPool(BUILD_EXT_COMPILER_JOBS).map( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ _compile_single_file, objects ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 367, in map return self._map_async(func, iterable, mapstar, chunksize).g...

First seen: 2025-05-22 16:26

Last seen: 2025-05-22 19:26