Langchain.experimental error #170
Replies: 1 comment
-
Try this import, with "langchain_experimental" instead in "from langchain_experimental.agents import create_csv_agent": Paste this import in your AUTOGPT.py import os from langchain_experimental.agents import create_csv_agent from FreeLLM import ChatGPTAPI # FREE CHATGPT API |
Beta Was this translation helpful? Give feedback.
-
Ive been able to follow through with everything, but when I run it, it gives me this error: > & C:/Users/chara/AppData/Local/Programs/Python/Python310/python.exe c:/Users/chara/Downloads/Free-Auto-GPT-main/Free-Auto-GPT-main/AUTOGPT.py
Traceback (most recent call last):
File "c:\Users\chara\Downloads\Free-Auto-GPT-main\Free-Auto-GPT-main\AUTOGPT.py", line 11, in
from langchain.experimental.autonomous_agents.autogpt.agent import AutoGPT
ModuleNotFoundError: No module named 'langchain.experimental'
PS C:\Users\chara\Downloads\Free-Auto-GPT-main> & C:/Users/chara/AppData/Local/Programs/Python/Python310/python.exe c:/Users/chara/Downloads/Free-Auto-GPT-main/Free-Auto-GPT-main/AUTOGPT.py
Traceback (most recent call last):
File "c:\Users\chara\Downloads\Free-Auto-GPT-main\Free-Auto-GPT-main\AUTOGPT.py", line 11, in
from langchain.experimental.autonomous_agents.autogpt.agent import AutoGPT
ModuleNotFoundError: No module named 'langchain.experimental'
PS C:\Users\chara\Downloads\Free-Auto-GPT-main>
I tried importing langchain.experimental and it didnt work.
Beta Was this translation helpful? Give feedback.
All reactions