Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get it to work #2

Open
chrisoshea opened this issue Mar 1, 2019 · 0 comments
Open

Can't get it to work #2

chrisoshea opened this issue Mar 1, 2019 · 0 comments

Comments

@chrisoshea
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant