-
Notifications
You must be signed in to change notification settings - Fork 782
Fix Unicode errors
Andrea Cardaci edited this page Dec 12, 2019
·
1 revision
The dashboard requires a properly configured UTF-8 support.
A quick workaround solution to fix UnicodeEncodeError
errors is often to export the following environment variable:
export LC_CTYPE=C.UTF-8