datawhalechina / llm-cookbook

面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版
https://datawhalechina.github.io/llm-cookbook/
11.77k stars 1.47k forks source link

必修三第7个文档代理 #151

Closed lzhzzzzwill closed 5 months ago

lzhzzzzwill commented 6 months ago

当我运行 from langchain.agents.agent_toolkits import create_python_agent from langchain.tools.python.tool import PythonREPLTool时都出现了报错。 第一个的报错是langchain/agents/agent_toolkits' does not start with /langchain_core' 第二个是no module。 目前我解决了第二个,现在的调用应该是改成了from langchain_experimental.tools import PythonREPLTool。 但是第一个的错误还是无法解决。

logan-zou commented 5 months ago

您好,该问题可能是由于环境依赖包不一致,我们正在计划更新现有代码到最新的依赖~