-
Notifications
You must be signed in to change notification settings - Fork 561
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
用pip下载最新版本的xinference耗时太长,依赖回溯检查太耗费时间 #774
Comments
可以发一下完整日志吗 |
完整日志没有保存下,在python3.10环境下pip install xinference应该会复现,可以在新的虚拟环境中亲自安装试试,最后我是拉取docker镜像启动的 |
先安装setuptools后就可以正常安装xinference了 ,可以参见 #811 中的dockerfile文件 |
pip版本太低了。看看是不是22版本。升级成23版本就好了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
用pip下载最新版本的xinference耗时太长,依赖回溯检查太耗费时间,装了3个小时还没成功,还在报:INFO: pip is looking at multiple versions of attrs to determine which version is compatible with other requirements. This could take a while.
Collecting attrs
The text was updated successfully, but these errors were encountered: