richardyc / Chrome-GPT

An AutoGPT agent that controls Chrome on your desktop
GNU General Public License v3.0
1.66k stars 208 forks source link

ModuleNotFoundError: No module named 'langchain.experimental' #34

Open coder-r opened 1 year ago

coder-r commented 1 year ago

Any idea what I am getting the issue below?

I have installed langchain module many times.

python3 -m chromegpt --help Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/root/git/Chrome-GPT/chromegpt/main.py", line 4, in from chromegpt.main import run_chromegpt File "/root/git/Chrome-GPT/chromegpt/main.py", line 1, in from chromegpt.agent.autogpt import AutoGPTAgent File "/root/git/Chrome-GPT/chromegpt/agent/autogpt/init.py", line 2, in from .autogpt import AutoGPTAgent # noqa: F401 File "/root/git/Chrome-GPT/chromegpt/agent/autogpt/autogpt.py", line 6, in from langchain.experimental import AutoGPT ModuleNotFoundError: No module named 'langchain.experimental'

gurutech1416 commented 11 months ago

Hey, Change the code from langchain.experimental to langchain_experimental