pip install tiktoken==0.5.1

原因:缺少 Rust 编译器 解决办法:安装 Rust 编译器

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env