Windows部署LangChain-chatchat问题归纳

硬件清单

  • Windows11
  • GPU: 4080

问题列表

Python版本太新

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

jq安装失败

通过安装conda来安装jq

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

注释jq

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

zhipuai依赖安装失败

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

启动失败

查看英伟达版本nvidia-smi

**解决方法:**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)

最后安装完成

相关推荐
AlienZHOU7 小时前
从零开始,学习实现产品级 Agent Harness 系列(3)
aigc·ai编程·claude
Cosolar10 小时前
2026年向量数据库选型指南:Qdrant、Pinecone、Milvus、Weaviate 与 Chroma 深度解析
数据库·面试·llm
爱吃的小肥羊12 小时前
Codex 今天开始重大更新,全面解读,确实有点东西!
aigc·openai
阿正的梦工坊14 小时前
vLLM 底层 PagedAttention(分页注意力)和 Continuous Batching(连续批处理)解释
llm
进击的松鼠14 小时前
从对话到动作:用 Function Calling 把 LLM 接到真实 API(含流程拆解)
python·llm·agent
3Dmax效果图渲染研习社15 小时前
ai生成的视频有没有版权?注意事项
人工智能·ai作画·aigc
OneThingAI15 小时前
网心技术 | NemoClaw 深度解析,企业级 AI 运行时
人工智能·aigc·agent·openclaw·onethingai
AITOP10015 小时前
阿里新模型happyhorse-1.0登顶LM Arena视频编辑榜,视频AI从“生成”走向“精修”
aigc·ai资讯·aitop100
小程故事多_8015 小时前
从基础Agent到复杂工作流,LangGraph如何用状态机重构智能体开发
人工智能·设计模式·重构·aigc·ai编程
山顶夕景15 小时前
【LLM后训练】看Off-Policy and On-Policy Learning
llm·distillation·蒸馏·posttraining