直接pip install tensorflow的话会报错
比如报错:building wheel for tokenizers (pyproject.toml) … error
或者which is required to install pyproject.toml-based projects
反正就是各种问题
我的解决方案:
百度搜索transformers,进这个网站Transformers
找到installation,具体位置:transformers-installation
里面有很多种安装方案,一个一个试
我用的是这个with conda的方案:
conda install -c huggingface transformers