Python MISC
Last updated
Was this helpful?
Last updated
Was this helpful?
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2183: ordinal not in range(128)
從上面敘述中我們知道,要去尋找文字檔案 2183 的位置, 看看那是什麼符號,就會知道是什麼問題
VSCode 右下角、Sublime 左下角,可以很好的幫助我們找到 2183 這個位置。
我碰到的情況是因為註解寫了 don't,改為 do not 解決了問題