uvx --python=3.13 audiblez --help fails on macOS
Author: cclaussCreated Aug 29, 2025Updated Feb 21, 2026
https://docs.astral.sh/uv or https://pipx.pypa.io
% uv tool run --python=3.12 audiblez --help # works as expected but...
% uv tool run --python=3.13 audiblez --help # fails
curated_tokenizers/_spp.cpp:1199:10: fatal error: 'ios' file not found
1199 | #include "ios"
| ^~~~~
1 warning and 1 error generated.
error: command '/usr/bin/c++' failed with exit code 1
hint: This usually indicates a problem with the package or the build environment.
help: `curated-tokenizers` (v0.0.9) was included because `audiblez` (v0.4.9) depends on `misaki[en]` (v0.7.17) which depends on
`spacy-curated-transformers` (v0.3.1) which depends on `curated-tokenizers`Upgrades?
misaki(v0.7.17) to v0.9.4 at https://pypi.org/project/misaki | https://github.com/hexgrad/misaki and/orcurated-tokenizers(v0.0.9) to v2.0.0 at https://github.com/explosion/curated-tokenizers/releases ?
% uv tool run --prerelease=allow --python=3.14 audiblez # fails with different errors.
Source: santinic/audiblez