-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install fails on Python 3.13.0 #399
Comments
I'm also running into installation issues on python 3.13.
|
same with python 3.13.1: pip install bespokelabs-curator │ exit code: 1
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
@Alex-adim |
This issue has been fixed in latest main |
@kartik4949 this still does not work. I think we're running into a different error
can we test again to make sure that python3.13 installation actually works? |
i try pip install -U bespokelabs-curator
...
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for tiktoken
Failed to build tiktoken
full trace:
pip install -U bespokelabs-curator
Requirement already satisfied: bespokelabs-curator in /Users/adim/Desktop/Curator/myenv/lib/python3.13/site-packages (0.1.8)
Collecting bespokelabs-curator
...
Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0)
Adding windows_i686_msvc v0.52.6 (latest: v0.53.0)
Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0)
Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0)
Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0)
cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module --crate-type cdylib -- -C link-args=-undefined dynamic_lookup -Wl,-install_name,@rpath/_tiktoken.cpython-313-darwin.so
Compiling target-lexicon v0.12.16
Compiling once_cell v1.20.2
Compiling autocfg v1.4.0
Compiling proc-macro2 v1.0.93
Compiling libc v0.2.169
Compiling unicode-ident v1.0.14
Compiling memchr v2.7.4
Compiling regex-syntax v0.8.5
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name memchr --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=ec6bf83e24038517 -C extra-filename=-ec6bf83e24038517 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ff977696b699bdcc -C extra-filename=-ff977696b699bdcc --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/proc-macro2-ff977696b699bdcc -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2018 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=05cd1448826cbdf1 -C extra-filename=-05cd1448826cbdf1 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/target-lexicon-05cd1448826cbdf1 -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name autocfg --edition=2015 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b893af90c314e9d6 -C extra-filename=-b893af90c314e9d6 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name regex_syntax --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=77939505f84b1232 -C extra-filename=-77939505f84b1232 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5b7d145d9585fe10 -C extra-filename=-5b7d145d9585fe10 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/libc-5b7d145d9585fe10 -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name unicode_ident --edition=2018 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96e1236d2f531283 -C extra-filename=-96e1236d2f531283 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name once_cell --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=8611d313615a6333 -C extra-filename=-8611d313615a6333 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Compiling parking_lot_core v0.9.10
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=cf646e92ac0fbb03 -C extra-filename=-cf646e92ac0fbb03 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/parking_lot_core-cf646e92ac0fbb03 -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Compiling scopeguard v1.2.0
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name scopeguard --edition=2015 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=567907f55149b73f -C extra-filename=-567907f55149b73f --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Compiling smallvec v1.13.2
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name smallvec --edition=2018 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=bc1ce5e4c82272dc -C extra-filename=-bc1ce5e4c82272dc --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Compiling lock_api v0.4.12
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=20c4e95945cdc75f -C extra-filename=-20c4e95945cdc75f --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/lock_api-20c4e95945cdc75f -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern autocfg=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libautocfg-b893af90c314e9d6.rlib --cap-lints allow
Compiling aho-corasick v1.1.3
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name aho_corasick --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=94c22c116b684442 -C extra-filename=-94c22c116b684442 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern memchr=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libmemchr-ec6bf83e24038517.rmeta --cap-lints allow
Running
/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/parking_lot_core-cf646e92ac0fbb03/build-script-build
Running
/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/proc-macro2-ff977696b699bdcc/build-script-build
Running
/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/libc-5b7d145d9585fe10/build-script-build
Running
/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/target-lexicon-05cd1448826cbdf1/build-script-build
Running
/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/lock_api-20c4e95945cdc75f/build-script-build
Compiling memoffset v0.9.1
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2015 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=101c30ef43eeb9f6 -C extra-filename=-101c30ef43eeb9f6 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/memoffset-101c30ef43eeb9f6 -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern autocfg=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libautocfg-b893af90c314e9d6.rlib --cap-lints allow
Compiling heck v0.4.1
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name heck --edition=2018 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=a557276eb4833ea4 -C extra-filename=-a557276eb4833ea4 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Compiling cfg-if v1.0.0
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name cfg_if --edition=2018 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=ce0e4966b109c383 -C extra-filename=-ce0e4966b109c383 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Compiling portable-atomic v1.10.0
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2018 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' -C metadata=d172f5b8bb8d3a41 -C extra-filename=-d172f5b8bb8d3a41 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/portable-atomic-d172f5b8bb8d3a41 -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name proc_macro2 --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=92cef96dbcd64403 -C extra-filename=-92cef96dbcd64403 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern unicode_ident=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libunicode_ident-96e1236d2f531283.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'
Running
/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/memoffset-101c30ef43eeb9f6/build-script-build
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name libc --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=df83b081eb1b1899 -C extra-filename=-df83b081eb1b1899 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'
Running
/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/portable-atomic-d172f5b8bb8d3a41/build-script-build
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name target_lexicon --edition=2018 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=f849b7e1f84eb378 -C extra-filename=-f849b7e1f84eb378 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow --cfg 'feature="rust_1_40"'
Compiling quote v1.0.38
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name quote --edition=2018 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c226c5158a2c6216 -C extra-filename=-c226c5158a2c6216 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern proc_macro2=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libproc_macro2-92cef96dbcd64403.rmeta --cap-lints allow
Compiling regex-automata v0.4.9
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name regex_automata --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=45445c4865bc1cb0 -C extra-filename=-45445c4865bc1cb0 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern aho_corasick=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libaho_corasick-94c22c116b684442.rmeta --extern memchr=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libmemchr-ec6bf83e24038517.rmeta --extern regex_syntax=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libregex_syntax-77939505f84b1232.rmeta --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name lock_api --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ed51b1d63a869f19 -C extra-filename=-ed51b1d63a869f19 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern scopeguard=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libscopeguard-567907f55149b73f.rmeta --cap-lints allow --cfg has_const_fn_trait_bound
Compiling pyo3-build-config v0.20.3
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-build-config-0.20.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "python3-dll-a", "resolve-config"))' -C metadata=afce6d56457b2862 -C extra-filename=-afce6d56457b2862 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/pyo3-build-config-afce6d56457b2862 -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern target_lexicon=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libtarget_lexicon-f849b7e1f84eb378.rlib --cap-lints allow
Compiling syn v2.0.96
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name syn --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=77c83a5582ccad3c -C extra-filename=-77c83a5582ccad3c --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern proc_macro2=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libproc_macro2-92cef96dbcd64403.rmeta --extern quote=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libquote-c226c5158a2c6216.rmeta --extern unicode_ident=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libunicode_ident-96e1236d2f531283.rmeta --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name parking_lot_core --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=4282bfd5fdc3c594 -C extra-filename=-4282bfd5fdc3c594 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern cfg_if=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libcfg_if-ce0e4966b109c383.rmeta --extern libc=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/liblibc-df83b081eb1b1899.rmeta --extern smallvec=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libsmallvec-bc1ce5e4c82272dc.rmeta --cap-lints allow
Compiling bit-vec v0.6.3
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name bit_vec --edition=2015 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=53fd603ff5fe1b46 -C extra-filename=-53fd603ff5fe1b46 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name portable_atomic --edition=2018 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' -C metadata=25125b1255a5f89d -C extra-filename=-25125b1255a5f89d --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow --cfg portable_atomic_no_const_mut_refs --cfg 'portable_atomic_target_feature="lse2"' --cfg portable_atomic_ll_sc_rmw --check-cfg 'cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'
Compiling bit-set v0.5.3
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name bit_set --edition=2015 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2b09af63a80759d7 -C extra-filename=-2b09af63a80759d7 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern bit_vec=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libbit_vec-53fd603ff5fe1b46.rmeta --cap-lints allow
Compiling parking_lot v0.12.3
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name parking_lot --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=7b9b18d2c7dec842 -C extra-filename=-7b9b18d2c7dec842 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern lock_api=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/liblock_api-ed51b1d63a869f19.rmeta --extern parking_lot_core=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libparking_lot_core-4282bfd5fdc3c594.rmeta --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name memoffset --edition=2015 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=54c7b96c66c9838e -C extra-filename=-54c7b96c66c9838e --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of
Compiling indoc v2.0.5
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name indoc --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17a2421aed817bc6 -C extra-filename=-17a2421aed817bc6 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern proc_macro --cap-lints allow
Compiling unindent v0.2.3
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name unindent --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unindent-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=487755443d9e4f7e -C extra-filename=-487755443d9e4f7e --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/pyo3-build-config-afce6d56457b2862/build-script-build
Compiling rustc-hash v1.1.0
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name rustc_hash --edition=2015 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2e89c8579a21886b -C extra-filename=-2e89c8579a21886b --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --cap-lints allow
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name pyo3_build_config --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-build-config-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "python3-dll-a", "resolve-config"))' -C metadata=aae3b3521ea40da2 -C extra-filename=-aae3b3521ea40da2 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern once_cell=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libonce_cell-8611d313615a6333.rmeta --extern target_lexicon=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libtarget_lexicon-f849b7e1f84eb378.rmeta --cap-lints allow
Compiling pyo3-ffi v0.20.3
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-ffi-0.20.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes --allow=unused_imports '--warn=clippy::unnecessary_wraps' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions --warn=rust_2018_idioms '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths --allow=dead_code '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "generate-import-lib"))' -C metadata=1db8cb53afdefbd9 -C extra-filename=-1db8cb53afdefbd9 --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/pyo3-ffi-1db8cb53afdefbd9 -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern pyo3_build_config=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libpyo3_build_config-aae3b3521ea40da2.rlib --cap-lints allow
Running
/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/pyo3-ffi-1db8cb53afdefbd9/build-script-build
Compiling pyo3 v0.20.3
Running
/Users/adim/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2021 /Users/adim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-0.20.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes --allow=unused_imports '--warn=clippy::unnecessary_wraps' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions --warn=rust_2018_idioms '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths --allow=dead_code '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "anyhow", "auto-initialize", "chrono", "default", "either", "experimental-inspect", "extension-module", "eyre", "full", "generate-import-lib", "hashbrown", "indexmap", "indoc", "inventory", "macros", "multiple-pymethods", "nightly", "num-bigint", "num-complex", "pyo3-macros", "rust_decimal", "serde", "smallvec", "unindent"))' -C metadata=3cd829cb93a06d4d -C extra-filename=-3cd829cb93a06d4d --out-dir /private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/build/pyo3-3cd829cb93a06d4d -C strip=debuginfo -L dependency=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps --extern pyo3_build_config=/private/var/folders/d7/7jlhp9gx6q984w3xp71gtw5w0000gn/T/pip-install-x4_rrzpn/tiktoken_18169c9ccbf643f6903f1d2af078d728/target/release/deps/libpyo3_build_config-aae3b3521ea40da2.rlib --cap-lints allow
error: failed to run custom build command for
pyo3-ffi v0.20.3
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for tiktoken
Failed to build tiktoken
[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (tiktoken)
The text was updated successfully, but these errors were encountered: