Replies: 1 comment
-
@Eduin2024 - Uninstalling and reinstalling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I've encountered an issue while using the UnstructuredPDFLoader and partition functions from the langchain.document_loaders and unstructured.partition.auto modules, respectively. I have successfully installed the following packages:
pip install "unstructured[local-inference]"
pip install unstructured
pip install "detectron2@git+https://github.com/facebookresearch/[email protected]#egg=detectron2"
However, I keep getting the following error: AttributeError: module 'PIL.Image' has no attribute 'Resampling'. I've tried installing poppler-utils and other dependencies mentioned in the quick start guide, but the error persists.
I'm seeking assistance from the community in order to resolve this issue. Any help or guidance would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions