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
Traceback (most recent call last):
File "../tools/sacreBLEU/sacrebleu.py", line 1434, in <module>
main()
File "../tools/sacreBLEU/sacrebleu.py", line 1368, in main
print_test_set(args.test_set, args.langpair, args.echo)
File "../tools/sacreBLEU/sacrebleu.py", line 989, in print_test_set
print('\t'.join(map(lambda x: x.rstrip(), lines)))
"UnicodeEncodeError: 'ascii' codec can't encode character '\u2013' in position 76: ordinal not in range(128)"
Is it Linux/python dependent problem? Without these locale lines sacrebleu seems to do the job.
The text was updated successfully, but these errors were encountered:
LC_ALL=C.UTF-8 commands:
marian-examples/wmt2017-transformer/run-me.sh
Lines 40 to 46 in 52ddb6e
Error:
Is it Linux/python dependent problem? Without these locale lines sacrebleu seems to do the job.
The text was updated successfully, but these errors were encountered: