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'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.
The text was updated successfully, but these errors were encountered:
👋 @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.
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:
If there is any good Samaritan out there who would help this noobie programmer get to the solution, I'd really appreciate it.
The text was updated successfully, but these errors were encountered: