Windows部署LangChain-chatchat问题归纳

608 阅读1分钟

硬件清单

  • Windows11
  • GPU: 4080

问题列表

Python版本太新

image.png

**解决方法:**Py版本不能太新,安装py版本3.11.

jq安装失败

image.png

通过安装conda来安装jq

Building wheels for collected package: jq failed in Windows · Issue #4396 · langchain-ai/langchain (github.com)

注释jq

image.png

[BUG] requirement.txt中jq 安装错误解答 win 10或11 · Issue #2533 · chatchat-space/Langchain-Chatchat (github.com)

zhipuai依赖安装失败

image.png

解决方法:[BUG] requirements_api.txt中关于zhipuai的依赖一行有一个中文逗号,会导致安装出错 · Issue #2519 · chatchat-space/Langchain-Chatchat (github.com)

启动失败

image.png

查看英伟达版本nvidia-smi

image.png

**解决方法:**Pytorch 版本2.1.2+cpu

通过Pytorch 官网 PyTorch安装 CUDA对应的Pytorch

Bug Report No Version Of Pytorch for cuda 12.3 · Issue #112500 · pytorch/pytorch (github.com)

最后安装完成

image.png