第40节课-多智能体协同代码生成-在autogen中利用RAG下载报错 #718

Open
opened 2025-04-27 16:41:27 +08:00 by Aa123456 · 3 comments

在autogen中利用RAG 部分,下载代码 命令 pip install "autogen-agentchat[retrievechat-qdrant]~=0.2" "flaml[automl]" 报错如下:

升级 pip python -m pip install --upgrade pip
清理pip 缓存 python -m pip cache purge
都没用

在autogen中利用RAG 部分,下载代码 命令 pip install "autogen-agentchat[retrievechat-qdrant]~=0.2" "flaml[automl]" 报错如下: 升级 pip python -m pip install --upgrade pip 清理pip 缓存 python -m pip cache purge 都没用
image 报错里面说你没有安装rust,你需要安装rust
<img width="817" alt="image" src="/attachments/ba418831-3069-4690-93cc-16487d3bca4e"> 报错里面说你没有安装rust,你需要安装rust
Author

老师,Rust和Cargo这两个报都安装了,点开 https://rustup.rs/ 网页,运行curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
命令,还是报上边图片的错

老师,Rust和Cargo这两个报都安装了,点开 https://rustup.rs/ 网页,运行curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 命令,还是报上边图片的错

再执行下这个命令试试:pip install pyrust-stemmers

再执行下这个命令试试:pip install pyrust-stemmers
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#718
No description provided.