Hi @EugeniaSH,
Thanks! We typically recommend keeping your version up to date with our newest release - we typically have about four releases per year, which will always be announced here and will also be listed under our installation instructions.
With that being said, I took another look over your output above, and this error message is where the problem is coming from:
This error message is related to the default language that is currently set (or may not be) on your machine. You can double check what your LANG environment variable is set to with the following command:
env | grep -i LANG
If it's not currently set (or set to something that doesn't end with .UTF-8
), you can update the default value of the LANG variable on your machine, which should resolve this error.
Details on how to update this environment variable can be found in this thread (which resolved a similar issue for the original poster). Hopefully this helps you to move forward in your pipeline, but let us know if you are still running into any issues!
Cheers