Unsupported locale setting 'es_ES'

Hey @Agustin_Viera,

Have you tried the solution outlined here?

  • Create a packages.txt file and add the line locales-all
  • Make sure your Python code is the following:
import locale
locale.setlocale(locale.LC_ALL, "es_ES")