snare / voltron

A hacky debugger UI for hackers
MIT License
6.18k stars 414 forks source link

/usr/bin/python3.5: No module named pip #245

Open kasru opened 6 years ago

kasru commented 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
snare commented 6 years ago

Try apt-get install python3-pip first?

layderv commented 5 years ago

The problem arises when PYVER and GDB_PYVER are not the same. https://github.com/snare/voltron/pull/255