No module named 'langchain' #4138
Unanswered
kingikongo
asked this question in
Q&A
Replies: 1 comment 7 replies
-
My guess is that you may not have langchain installed in the same environment as your Jupyter Notebook. Try running
in a Notebook cell and see if langchain is listed. If not, try running:
Also, you have a typo: from langchain.llms import ... |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello guys i have installed langchain (0.0.157) and python (3.10 something like that), i even tried to change versions of lang and py but still get this error, which makes me think that the root the problem is not versions of lang and py. SOS!
Beta Was this translation helpful? Give feedback.
All reactions