Printing the first data point from cifar results in error

I was trying to print the first data point from cifar but it resulted in an error. Do people know why?

*** UnicodeEncodeError: 'latin-1' codec can't encode character '\u22f1' in position 230: ordinal not in range(256)

It seems @ngimel already provided a solution here. Did it work?

1 Like

export LANG=C.UTF-8 LC_ALL=C.UTF-8