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
For the one who have difficulties to build with the container.
Getting the name of the month from the date result in : AttributeError: 'NoneType' object has no attribute 'months'
Simply pass --env LANG=C.UTF-8 --env LC_ALL=C.UTF-8 as environnement variables in docker command.
The text was updated successfully, but these errors were encountered:
For the one who have difficulties to build with the container.
Getting the name of the month from the date result in :
AttributeError: 'NoneType' object has no attribute 'months'
Simply pass --env LANG=C.UTF-8 --env LC_ALL=C.UTF-8 as environnement variables in docker command.
The text was updated successfully, but these errors were encountered: