We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ub@ub:~/halium$ repo init -u https://github.com/Halium/android -b halium-9.0 --depth=1 gpg: keybox '/home/ub/.repoconfig/gnupg/pubring.kbx' created gpg: /home/ub/.repoconfig/gnupg/trustdb.gpg: trustdb created gpg: key 16530D5E920F5C65: public key "Repo Maintainer <[email protected]>" imported gpg: key 67B7E448692B382C: public key "Conley Owens <[email protected]>" imported gpg: Total number processed: 2 gpg: imported: 2 Get https://gerrit.googlesource.com/git-repo/clone.bundle Get https://gerrit.googlesource.com/git-repo File "/home/ub/halium/.repo/repo/main.py", line 79 file=sys.stderr) ^ SyntaxError: invalid syntax
Solved by the commands below but they will probably break something else later.
sudo rm /usr/bin/python sudo ln -s /usr/bin/python3.6 /usr/bin/python
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Solved by the commands below but they will probably break something else later.
The text was updated successfully, but these errors were encountered: