-
Notifications
You must be signed in to change notification settings - Fork 16
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
setlocale warning during loghi run #39
Comments
Are you using the dockers or building from scratch? |
Using dockers |
could you try in the virtual machine:
|
Hi Rutger Did this - run loghi again - no difference unfortunately - same warning |
Just checked my own logs files and the warning is there as well if I run it. It comes from the docker and it does not cause any harm. Do you get any output after that warning? |
Okay, Could it be the CUDA thing? |
It has something to do with the ubuntu installation inside the docker. Docker by default only install C.UTF-8 as far as my quick google searches say. See this: https://unix.stackexchange.com/questions/626916/how-to-set-locale-correctly-manually |
@stefanklut @rvankoert, looks like the steps you mention have to do with the locale setting... Performed the suggestions in the link mentioned, but without success ;-( |
Ignore the warning "LC-ALL cannot set..." |
log.txt |
change your model from: |
okay, looks simple (should I have known how to put the model in that line??) |
I will add some documentation on how to add the model and some meaningful warnings when it is wrong. It should look like this:
If it doesn't: send the log again. |
@rvankoert My xml doesn't contain any of the Word tags in your example xml. Mine only has the coord points and baselines. Seel log2.txt I feel that we're almost there though.... |
Hi, I tried to install Loghi in a virtual machine Ubuntu on Windows 11 (success) and run the prog in the virtual machine (not successful).
I'm new to this kind of program, so any help is appreciated.
Warning in step HTR: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
How to fix this?
The text was updated successfully, but these errors were encountered: