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
When trying to sync to the repo I get this error....
Traceback (most recent call last):
File "/home/aaron/halium/.repo/repo/main.py", line 56, in
from subcmds.version import Version
File "/home/aaron/halium/.repo/repo/subcmds/init.py", line 38, in
['%s' % name])
File "/home/aaron/halium/.repo/repo/subcmds/upload.py", line 27, in
from hooks import RepoHook
File "/home/aaron/halium/.repo/repo/hooks.py", line 472
file=sys.stderr)
^
SyntaxError: invalid syntax
I am trying to build for a Samsung tab 4.7.0 (degaswifi) any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm not sure much can be done here still years later, best build legacy Halium versions on legacy Ubuntu versions like 16.04 (or unfortunately maybe even 14.04) due to potentially many other incompatabilities from changes to userspace.
Python 2 was officially removed from repo since Ubuntu 24.04 LTS for example so there you'd have to find your own way around that anyway
When trying to sync to the repo I get this error....
Traceback (most recent call last):
File "/home/aaron/halium/.repo/repo/main.py", line 56, in
from subcmds.version import Version
File "/home/aaron/halium/.repo/repo/subcmds/init.py", line 38, in
['%s' % name])
File "/home/aaron/halium/.repo/repo/subcmds/upload.py", line 27, in
from hooks import RepoHook
File "/home/aaron/halium/.repo/repo/hooks.py", line 472
file=sys.stderr)
^
SyntaxError: invalid syntax
I am trying to build for a Samsung tab 4.7.0 (degaswifi) any help would be appreciated.
The text was updated successfully, but these errors were encountered: