#123·audiblez

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?


% uv tool run --prerelease=allow --python=3.14 audiblez # fails with different errors.