-
Notifications
You must be signed in to change notification settings - Fork 6
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
python3 chat.py Error #4
Comments
Hi, please try |
Traceback (most recent call last): There is another error after executing |
I got these errors when executing chat.py with python3. What do I do?
Traceback (most recent call last):
File "/home/kali/Downloads/tools/AutoGDB/chat.py", line 1, in
from src.utils import cli
File "/home/kali/Downloads/tools/AutoGDB/src/utils.py", line 1, in
from autogdb import *
File "/home/kali/Downloads/tools/AutoGDB/autogdb/init.py", line 1, in
from .models import *
File "/home/kali/Downloads/tools/AutoGDB/autogdb/models.py", line 7, in
from langchain.agents import Tool
ModuleNotFoundError: No module named 'langchain'
The text was updated successfully, but these errors were encountered: