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
I am having this same problem, but I don't understand how to fix it. I'm trying to run generate.py, but I don't know what they mean about changing encoding to utf-8. Can I do this in the source code somewhere?
UnicodeEncodeError: 'charmap' codec can't encode characters in position 5-9: character maps to <undefined>
Using
encoding='utf-8'
on theopen
s fixed it as this stackoverflow post has:https://stackoverflow.com/questions/44391671/python3-unicodeencodeerror-charmap-codec-cant-encode-characters-in-position
The text was updated successfully, but these errors were encountered: