You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ export LC_ALL=en_US.utf8
$ reana-client version
0.9.1
However, we could perhaps do better.
Expected behaviour
On Python 3.6 clients, when we detect no locale being set by the user, perhaps we could try to force using en_US.utf8 locale, which is expected to be found on most people's machines?
However, this problem has been solved on Python 3.7 and above, so considering that Python 3.6 has been deprecated since quite a while now, and considering that LXPLUS8 and LXPLUS9 even without locale being set works fine, and considering that LXPLUS alias will switch to LXPLUS9 in production on December 7th 2023, this potential improvement is of very low importance.
(We could consider it as just documenting the locale-setting solution to the problem before we officially deprecate Python 3.6 clients.)
The text was updated successfully, but these errors were encountered:
Current behaviour
Observed on LXPLUS7 using Python 3.6.8:
Solution
The user can easily solve this by setting appropriate locale, for example:
or:
However, we could perhaps do better.
Expected behaviour
On Python 3.6 clients, when we detect no locale being set by the user, perhaps we could try to force using
en_US.utf8
locale, which is expected to be found on most people's machines?However, this problem has been solved on Python 3.7 and above, so considering that Python 3.6 has been deprecated since quite a while now, and considering that LXPLUS8 and LXPLUS9 even without locale being set works fine, and considering that LXPLUS alias will switch to LXPLUS9 in production on December 7th 2023, this potential improvement is of very low importance.
(We could consider it as just documenting the locale-setting solution to the problem before we officially deprecate Python 3.6 clients.)
The text was updated successfully, but these errors were encountered: