ModuleNotFoundError: No module named 'langchain.docstore' - but, pip show langchain shows ok/installed. pip install -u langhain(no impact - requirement already installed) #30645
Unanswered
rwheeler-7864
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
ModuleNotFoundError: No module named 'langchain.docstore' - but, pip show langchain shows ok/installed. pip install -u langhain(no impact - requirement already installed) - I'm working on creating an agent use langchain and the hugging face dataset as you see in the code. But can't seem to get past this langchain issue. i'm sure its my environment. i uninstalled langchain, reinstalled, restared with a completely new workspace, same issue, even with a new virtual env.
System Info
robwheeler@Roberts-MacBook-Pro src % pip freeze | grep langchain
langchain==0.3.22
langchain-core==0.3.49
langchain-text-splitters==0.3.7
robwheeler@Roberts-MacBook-Pro src % python3 --version
Python 3.11.0
Beta Was this translation helpful? Give feedback.
All reactions