03-30-2018, 10:17 PM
(This post was last modified: 03-30-2018, 10:26 PM by edwinbmiller.)
switched over to xenial and no longer have problems with python3
root@rock64:~# uname -a
Linux rock64 4.4.77-rockchip-ayufan-136 #1 SMP Thu Oct 12 09:14:48 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux
root@rock64:~# cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.3 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.3 LTS"
more good news was able to install pip & upgrade it successfully on xenial minimal with kernel 4.4.77
apt-get install python3-pip
pip3 install --upgrade pip
root@rock64:~# uname -a
Linux rock64 4.4.77-rockchip-ayufan-136 #1 SMP Thu Oct 12 09:14:48 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux
root@rock64:~# cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.3 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.3 LTS"
more good news was able to install pip & upgrade it successfully on xenial minimal with kernel 4.4.77
apt-get install python3-pip
pip3 install --upgrade pip