Closed ershovio closed 1 year ago
Thanks, duplicate of https://github.com/openai/tiktoken/issues/52
@hauntsaninja you referenced my issue (duplicate of #52) but 52 it's this issue
Oops, duplicate of https://github.com/openai/tiktoken/issues/23
The relevant bit of the error message is error: can't find Rust compiler
. The solution is either install a rust compiler in your image or install from a wheel. I do not currently ship ARM64 wheels, that's what the duplicate issue is about (but you could build your own)
I tried to install
tiktoken
in Docker dev environment with Python 3.9 using the default approach:pip install tiktoken
But I got an error:Could not build wheels for tiktoken, which is required to install pyproject.toml-based projects
Here is the stack trace: