当前位置:网站首页>tokenizers>=0.11.1,!= 0.11.3,<0.13 is required for a normal functioning of this module,

tokenizers>=0.11.1,!= 0.11.3,<0.13 is required for a normal functioning of this module,

2022-06-25 10:13:00 Alex Ruan

reason :tokenizer There are two versions of , Originally installed 0.5.0( Low version ) Version of , Later installed 0.12.1( Higher version ) Version of , But for some reason , No uninstall 0.5.0 Version of
terms of settlement

  1. Two consecutive runs , Deleted the higher version first , Then delete the lower version for the second time
pip uninstall tokenizers
  1. Run again , install 0.12.1 Version can
pip install tokenizers
原网站

版权声明
本文为[Alex Ruan]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206250920196020.html