-
-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix (langchain and EdgeGPT versions) requirements.txt #159
base: main
Are you sure you want to change the base?
Conversation
Fixed langchain and EdgeGPT versions to prevent this type of error: from langchain.experimental.autonomous_agents.autogpt.agent import AutoGPT ModuleNotFoundError: No module named 'langchain.experimental'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One step less that people must do to build it.
Still doesn't work, it's complaining about a missing duckduckgo-search package when it's installed.
|
Fixed langchain and EdgeGPT versions to prevent this type of error:
from langchain.experimental.autonomous_agents.autogpt.agent import AutoGPT
ModuleNotFoundError: No module named 'langchain.experimental'