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

Error running on Python3 #4

Open
Rolf-M opened this issue Apr 5, 2022 · 0 comments
Open

Error running on Python3 #4

Rolf-M opened this issue Apr 5, 2022 · 0 comments

Comments

@Rolf-M
Copy link

Rolf-M commented Apr 5, 2022

Hello,
I tried to run the script on an ubuntu linux as well as on a raspbian, but always get the following errors with python3

Traceback (most recent call last):
File "apc-convert.py", line 391, in
apc.load(args.src)
File "apc-convert.py", line 327, in load
for line in filestream:
File "/usr/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 0xfc in position 70: invalid start byte

Can you help?
Regards, Rolf

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