OpenBMB / XAgent

An Autonomous LLM Agent for Complex Task Solving
https://blog.x-agent.net/blog/xagent/
Apache License 2.0
7.82k stars 795 forks source link

fix: add cmd to install dep httpx #353

Closed Tseian closed 6 months ago

Tseian commented 6 months ago

352

🤔 What is the nature of this change? / 这个变动的性质是?

🔗 Related Issue / 相关 Issue

(Describe the source of related requirements, such as the related issue discussion link. Example: close #xx, close #xx. /描述相关需求的来源,如相关的 issue 讨论链接。 例如:close #xx, close #xxx. )

💡 Background or solution / 需求背景和解决方案

(The specific problem solved. / 解决的具体问题。)

📝 Changelog / 更新日志

(Describe changes from the user side, and list all potential break changes or other risks. / 从用户角度描述具体变化,以及可能的 breaking change 和其他风险。)

Umpire2018 commented 6 months ago

Hold this pr until next upcoming version. Thank you!

sailaoda commented 6 months ago

Hello, this can be fix by modifying the requirements.txt file in the ToolServerNode without modifying the Dockerfile. Please replace httpx in requirements.txt with httpx[http2] to modify this pr and submit it again. Thank you for your contribution.

sailaoda commented 6 months ago

You can see the need to modify the file path in /XAgent/ToolServer/ToolServerNode/requirements.txt

sailaoda commented 6 months ago

Looking forward to your reply.

Tseian commented 6 months ago

You can see the need to modify the file path in /XAgent/ToolServer/ToolServerNode/requirements.txt

done