Open kasru opened 6 years ago
Have error after run "./install.sh -s" on Linux debian8 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux
+ install_yum + local CMD= + '[' -n '' ']' + '[' -n '' ']' + '[' '' '!=' '' ']' + '[' -z ']' ++ /usr/bin/gdb -batch -q --nx -ex 'pi import site; print(site.getsitepackages()[0])' + GDB_SITE_PACKAGES=/usr/local/lib/python3.5/dist-packages + /usr/bin/sudo /usr/bin/python3.5 -m pip install -U . /usr/bin/python3.5: No module named pip
Try apt-get install python3-pip first?
apt-get install python3-pip
The problem arises when PYVER and GDB_PYVER are not the same. https://github.com/snare/voltron/pull/255
PYVER
GDB_PYVER
Have error after run "./install.sh -s" on Linux debian8 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux