-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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]: "unconv" installation doesn't work (StirlingPDF for Windows Server 0.36.6) #2602
Comments
To address the issue with verifying the
These steps should help in resolving the verification issue with To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Could not reproduce on my machine with python 3.12.5 |
but confused by
Does it just run blank? |
No. On the contrary in the screenshot below I report:
Please note that the translation of the Italian comment is something like: Regards, |
Sorry to mention this issue here,
but when I go to |
Wherever you double clicked your Stirlingpdf.exe, in this directory there’s a folder “configs” and there’s the yml. If you installed into Program Files it may need admin or so |
Sorry the installer version now places configs in appdata/Stirling-pdf |
Thank you for the guidance. There are two files in According to the instructions mentioned here https://docs.stirlingpdf.com/Advanced%20Configuration/OCR/
I have placed the above code block in |
I have a similar issue. Here are my specs;
InstallationI attempted everything here in the installation: https://docs.stirlingpdf.com/Installation/Windows%20Installation/#python-and-related-tools Upon attempting to verify Unoconv after running the pip install I get this error: I see unoconv existing in the directory but it was installed without an extension. After renaming it to unoconv.py, i run the same command to verify, I finally get something: I go to the web page of my Stirling instance and try to convert and get an error. I copy the same command it tried to do on a different command prompt (making a docx with the same name), and it converts it successfully (the docx file does not exist) but no Unoconv not found error. I think this may be something to do when the function is called. Could it be it is hard-coded to a specific directory it is trying to call Unoconv from? |
I'm here again! My question is: which python.exe is trying to run unoconv.py? The debug for Stirling is attached here: Regards, |
Installation Method
Local Installation
The Problem
Hi all.
I followed the Windows Guide step by step to get all the docker features of Stirling PDF
Everything is OK except the "unoconv" installation.
Python is 3.13.1 and works fine by itself.
In fact both the verification of its installation and of OpenCV are OK
For what unoconv is concerned, LibreOffice is installed (v. 24.8.4) and its program directory is in the environment variables.
Beside its verification is OK.
When I open command prompt as administrator and I give the command:
pip install unoconv
it seems to install fine, but when I try to verify it using:
unoconv --version
it fails, even if I give the command inside where unoconv is saved, ie
C:\Program Files\Python\Scripts
Please note that it is the same even if I use the command:
pip3 install unoconv
Regards
Topoldo
Version of Stirling-PDF
0.36.6
Last Working Version of Stirling-PDF
?
Page Where the Problem Occurred
No response
Docker Configuration
No response
Relevant Log Output
No response
Additional Information
No response
Browsers Affected
No response
No Duplicate of the Issue
The text was updated successfully, but these errors were encountered: