GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
472 stars 66 forks source link

Update README.md #128

Closed audriu closed 3 years ago

audriu commented 3 years ago

Just tested with fresh ubuntu install

rsglobal commented 3 years ago

Hi,

Thanks for your feedback. Does glodroid builds fine after that for you?

audriu commented 3 years ago

It does not unfortunately... but sudo: pip: command not found otherwise. Please advice. And thanks for coming back to me. I use fresh Ubuntu 20.04.1 install

rsglobal commented 3 years ago

This manual helped me recently:

https://linuxize.com/post/how-to-install-pip-on-ubuntu-20.04/#installing-pip-for-python-2

and then sudo pip2 install mako

audriu commented 3 years ago

this does not work for fresh installation. Instructions are broken. I don't know how to fix...

rsglobal commented 3 years ago

It would be awesome if you can attach build log, so we can elaborate the issue.

audriu commented 3 years ago

https://pastebin.com/MgHPrU0W I have put logs here. please have a look

roman-kovalivskyi commented 3 years ago

@audriu I had some similar issues with pip and python2, I've fixed it for myself it with downloading older version of script. Would you try the following commands?

curl https://bootstrap.pypa.io/2.6/get-pip.py --output get-pip.py
chmod +x get-pip.py
sudo ./get-pip.py
sudo pip2 install Mako