转自http://t.csdn.cn/4cumT
报错:Failed to build tokenizers /
ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects
在安装tokenizers出现报错:

解决方法
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. ~/.bashrc
pip install transformers==2.5.1
所有评论(0)