-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Cmder freezes when using Unstructured.io #2954
Comments
@Cordoncharge83 Hi there, and thanks for reaching out. First and foremost, you need to run your code with the plain You didn't specify which version of Windows are you using, 7, 10, 11, etc. Please specify the full version. Additionally, please create a Also, please specify your Python edition and version, for example, 3.8, 3.9, 3.10, 3.11, etc. We need to isolate the issue. Lastly, I doubt that Cmder and its terminal (ConEmu) are the cause of this, if you run the code in other terminals and it also freezes then you can confirm that the problem is related to something else. However, if somehow the code runs fine and gives the intended output on other terminals, then we will investigate and hopefully solve the issue. Good luck! |
Hello, |
In that case, please create a new virtualenv for testing purposes and try recreation the problem with minimum pip packages, that would be a huge help to identify the issue. Thanks! |
hello, here is the req file print('Hello this is the first sentence') from unstructured.partition.pdf import partition_pdf print('Hello this is the second sentence') " |
Version Information
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
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: