Open
Description
Version Information
Cmder version: 1.3.25
Operating system: Windows
Cmder Edition
Cmder Full (with Git)
Description of the issue
So i am working with python on a RAG project, and I am testing the Unstructured.io library. However, it seems that whenever i try launching any python file that contains the following import : "from unstructured.partition.pdf import partition_pdf" (or any other partition function really) via the cmder console, it just freezes. I dont get the result, nor an error, I just keep staring at a blank space
How to reproduce
- Download the instructured library : pip install unstructured["all-docs"]
- create a new .py file containing any simple print and import any partition function from unstructured ( from unstructured.partition.pdf import partition_pdf for example)
- execute the python file in cmder
- Any code written before the import will be executed, but once you reach the import, the whole thing freezes
Additional context
No response
Checklist
- I have read the documentation.
- I have searched for similar issues and found none that describe my issue.
- I have reproduced the issue on the latest version of Cmder.
- I am certain my issues are not related to ConEmu, Clink, or other third-party tools that Cmder uses.