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
Just got this using 2.7, conda environment w/ tensorflow. My library definitely has a lot of accents
---------------------------------------------------------------------------
UnicodeEncodeError Traceback (most recent call last)
<ipython-input-2-df9cbca52326> in <module>()
19 if song and song.rating:
20 if song.rating > 80:
---> 21 print("{n}, {r}".format(n=song.name, r=song.rating))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf1' in position 5: ordinal not in range(128)
I'm simply testing out the code for using pickle.
The text was updated successfully, but these errors were encountered:
Just got this using 2.7, conda environment w/ tensorflow. My library definitely has a lot of accents
I'm simply testing out the code for using pickle.
The text was updated successfully, but these errors were encountered: