Describe the bug
error: failed to run custom build command for pyo3-ffi v0.20.3
Caused by:
process didn't exit successfully: `C:\Users\user\AppData\Local\Temp\pip-install-38a3p76w\tiktoken_33c8c1db75fc48ac81b47d0cee831c3e\target\release\build\pyo3-ffi-8d63f53239e287e7\build-script-build` (exit code: 1)
--- stdout
cargo:rerun-if-env-changed=PYO3_CROSS
cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR
cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION
cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_IMPLEMENTATION
cargo:rerun-if-env-changed=PYO3_PRINT_CONFIG
cargo:rerun-if-env-changed=PYO3_USE_ABI3_FORWARD_COMPATIBILITY
--- stderr
error: the configured Python interpreter version (3.14) is newer than PyO3's maximum supported version (3.12)
= help: please check if an updated version of PyO3 is available. Current version: 0.20.3
= help: set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to suppress this check and build anyway using the stable ABI
warning: build failed, waiting for other jobs to finish...
error: `cargo rustc --lib --message-format=json-render-diagnostics --manifest-path Cargo.toml --release -v --features pyo3/extension-module --crate-type cdylib` failed with code 101
[end of output]
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
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> tiktoken
in 2026 we still not have easy install, so sad.
in 2026 we still cant easy install on docker, so sad.
useless for me.
Reproduce
pip install git+https://github.com/OpenInterpreter/open-interpreter.git
or
pip install open-interpreter
or
oi-windows-installer.ps1
Expected behavior
install and work
Screenshots
Open Interpreter version
Package(s) not found: open-interpreter
Python version
Python 3.14.3
Operating System name and version
windows 11
Additional context
No response
Describe the bug
error: failed to run custom build command for
pyo3-ffi v0.20.3note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for tiktoken
Failed to build tiktoken
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> tiktoken
in 2026 we still not have easy install, so sad.
in 2026 we still cant easy install on docker, so sad.
useless for me.
Reproduce
pip install git+https://github.com/OpenInterpreter/open-interpreter.git
or
pip install open-interpreter
or
oi-windows-installer.ps1
Expected behavior
install and work
Screenshots
Open Interpreter version
Package(s) not found: open-interpreter
Python version
Python 3.14.3
Operating System name and version
windows 11
Additional context
No response