Problem with the package langchain.experimental #163
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've a problem with the package langchain: I had installed the requirements by windows shell and the system tell me the package langchain is installed. But when I try to launch AUTOGPT.py I get the error: Traceback (most recent call last): File "C:\Progetti\Free-Auto-GPT-main\AUTOGPT.py", line 11, in from langchain.experimental.autonomous_agents.autogpt.agent import AutoGPT ModuleNotFoundError: No module named 'langchain.experimental'
It seems the system can't see the specific langchain.experimental. I used the file requirements.txt. Is Maybe the version of the package not updated?
I also tried to install directly the langchain.experimental subpackage, and it is installed but the problem persists.
Thank you in advance for your answer.
Have a nice day
Beta Was this translation helpful? Give feedback.
All reactions