-
Notifications
You must be signed in to change notification settings - Fork 41
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
Failure to build tiktoken
wheel on python 3.13 using uv
#156
Labels
bug
Something isn't working
Comments
Can confirm that |
@lily-de i think we can bump the version? https://github.com/openai/tiktoken/releases/tag/0.8.0 |
keeping this open so we can bump the version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
While setting up the uv environment for Goose, we encountered an issue with building the tiktoken package on Python 3.13. The error indicates a failure to build the wheel due to the absence of a Rust compiler.
Steps to Reproduce:
uv venv
source .venv/bin/activate
uv sync
Expected Behavior:
All dependencies, including tiktoken, should be resolved and built correctly.
Actual Behavior:
The build process fails for tiktoken with the following errors:
Environment
Python Version: 3.13
Operating System: macOS 14.0 arm64
Additional info
The issue may be related to the recent release of Python 3.13, as tiktoken does not have a precompiled wheel available for this version. Existing virtual environments seem unaffected as they do not require re-building the wheel.
Potential Solutions:
Discussion:
Action Items:
The text was updated successfully, but these errors were encountered: