aiwaves-cn / agents

An Open-source Framework for Autonomous Language Agents

Home Page:http://www.aiwaves-agents.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip intall ai-agents ERROR!

Jackie-shi opened this issue · comments

When I use the pip intall ai-agents, the install returns a error message:

ERROR: Cannot install ai-agents==0.0.1, ai-agents==0.0.2 and ai-agents==0.0.3 because these package versions have conflicting dependencies.

The conflict is caused by:
    ai-agents 0.0.3 depends on langchain==0.0.308
    ai-agents 0.0.2 depends on langchain==0.0.308
    ai-agents 0.0.1 depends on gradio==3.39.0

How to solve it?
Thanks!!

you can try pip install ai-agents==0.0.3 to get our latest version or try pip install -e like https://github.com/aiwaves-cn/agents#option-1--build-from-source

you can try pip install ai-agents==0.0.3 to get our latest version or try pip install -e like https://github.com/aiwaves-cn/agents#option-1--build-from-source

Thanks, I've installed successfully!