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
Hi
I installed python3 and when I run it on my csv from starling it says:
"Traceback (most recent call last):
File "s2f.py", line 20, in
main(sys.argv[1:])
File "s2f.py", line 17, in main
convertCSV(argv[0])
File "s2f.py", line 11, in convertCSV
next(rdr) # Skip CSV headers
File "/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 207: invalid start byte"
Any ideas? Thanks
The text was updated successfully, but these errors were encountered:
Hi
I installed python3 and when I run it on my csv from starling it says:
"Traceback (most recent call last):
File "s2f.py", line 20, in
main(sys.argv[1:])
File "s2f.py", line 17, in main
convertCSV(argv[0])
File "s2f.py", line 11, in convertCSV
next(rdr) # Skip CSV headers
File "/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 207: invalid start byte"
Any ideas? Thanks
The text was updated successfully, but these errors were encountered: