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

Buildozer on MacOs high Sierra...UnicodeDecodeError #570

Closed
rickdps opened this issue Oct 4, 2017 · 1 comment
Closed

Buildozer on MacOs high Sierra...UnicodeDecodeError #570

rickdps opened this issue Oct 4, 2017 · 1 comment
Labels

Comments

@rickdps
Copy link

rickdps commented Oct 4, 2017

Hi. I've been trying to sort this one out but unfortunately to no avail so far. I'm trying to build an apk on a macos system... high sierra in this case. I have followed the official page guide on installing buildozer. I am using python3.6.3 in a virtual environment.

What happens is when I run enything that starts with buildozer, it gives me this:

Traceback (most recent call last):
  File "/Users/rickdps/Documents/Environment/Env36/bin/buildozer", line 11, in <module>
    load_entry_point('buildozer==0.34.dev0', 'console_scripts', 'buildozer')()
  File "/Users/rickdps/Documents/Environment/Env36/lib/python3.6/site-packages/buildozer/scripts/client.py", line 13, in main
    Buildozer().run_command(sys.argv[1:])
  File "/Users/rickdps/Documents/Environment/Env36/lib/python3.6/site-packages/buildozer/__init__.py", line 122, in __init__
    self.config.read(filename)
  File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/configparser.py", line 697, in read
    self._read(fp, filename)
  File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/configparser.py", line 1015, in _read
    for lineno, line in enumerate(fp, start=1):
  File "/usr/local/bin/../Cellar/python3/3.6.3/bin/../Frameworks/Python.framework/Versions/3.6/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1665: ordinal not in range(128)

If there is any good Samaritan out there who would help this noobie programmer get to the solution, I'd really appreciate it.

@github-actions
Copy link

👋 @rickdps, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.

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

No branches or pull requests

2 participants