在pip install sentencepiece报错:
python setup.py egg_info did not run successfully
解决办法:setuptools
更新库
pip install --upgrade setuptools
若还报错:
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
安装cmake
pip install cmake