-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] I cannot install fish-speech. Is it related to the pip version? #502
Comments
建议新建虚拟环境后pip install -e . |
不行,主要是 |
更新,看看是否默认清华源之类的了,好多都是新版本的包 |
在更,centos好像不支持,onnxruntime==1.18.1,最多1.16.3 |
#515 Change title to English. |
你好,请问你解决了吗?我也遇到了一样的问题 |
pip3 install -e .[stable]
以上安装的时候,会有依赖冲突,导致无法正常安装(不同的pip版本有不同的依赖冲突。。。。)
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/12/dd/f17b11a93a9ca27728e12512d167eb1281c151c4c6881d3ab59eb58f4127/transformers-4.35.2-py3-none-any.whl (7.9 MB)
ERROR: Cannot install fish-speech because these package versions have conflicting dependencies.
The conflict is caused by:
transformers 4.35.2 depends on tokenizers<0.19 and >=0.14
faster-whisper 0.7.1 depends on tokenizers==0.13.*
目前已经试了pip的三个版本了
pip==24.2
pip==23.0
pip==22.0
The text was updated successfully, but these errors were encountered: