chn-lee-yumi / MaterialSearch

AI语义搜索本地素材。以图搜图、查找本地素材、根据文字描述匹配画面、视频帧搜索、根据画面描述搜索视频。Semantic search. Search local photos and videos through natural language.
GNU General Public License v3.0
799 stars 110 forks source link

faster-whisper 1.0.1 requires tokenizers<0.16,>=0.13, but you have tokenizers 0.19.1 which is incompatible. #70

Closed openainext closed 3 months ago

openainext commented 3 months ago

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. faster-whisper 1.0.1 requires tokenizers<0.16,>=0.13, but you have tokenizers 0.19.1 which is incompatible.

chn-lee-yumi commented 3 months ago

这似乎和本项目无关?

lzg134679 commented 3 months ago

这是环境问题,tokenizers的版本装错了,faster-whisper 1.0.1 要求tokenizers的版本要小于0.16,大于等于0.13,你现在装的是0.19.1