-
Notifications
You must be signed in to change notification settings - Fork 102
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
Runtime error on Ubuntu 16.04 #17
Comments
Thanks for report! Currently I'm setting locale "en_US.UTF-8" and ignore system locale. Apparently this is wrong, I'll try to fix, meanwhile you can try to install "en_US.UTF-8" locale to your system. |
Thanks @bakwc! For anyone else running into this issue:
... worked for me using command line args. BUT you may still run into an issue:
The working Dockerfile has the following:
attribution: https://serverfault.com/questions/362903/how-do-you-set-a-locale-non-interactively-on-debian-ubuntu |
Needed to add
To get it to work |
All workarounds did not work for me. Used |
I used for python:3.9.5-buster docker container (Debian based, not ubuntu):
|
Using |
thanks @romikforest worked for me with python 3.8 buster |
I am using the Python bindings for Jamspell. Assuming that I have the following Dockerfile:
I get the following error on
import jamspell
:The locales are set with the
ENV
directives and when checking the locales withlocale
on interactive terminal in Docker,LANG
andLC_ALL
are set. Is there anything that I'm missing with my dependencies?Cheers,
steph
The text was updated successfully, but these errors were encountered: