langchain: No module named 'langchain.document_loaders'
10:27 01 Apr 2023

First and foremost I'm using the latest of Python (==3.11.2) and the most recent version of langchain (==0.0.128).

Following the latest docs on DirectoryLoader, the following line should work:

from langchain.document_loaders import DirectoryLoader

Instead, I'm seeing the following error. Any suggestions?

enter image description here

jupyter-notebook langchain