voltron icon indicating copy to clipboard operation
voltron copied to clipboard

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

Open kasru opened this issue 7 years ago • 2 comments

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

kasru avatar Oct 24 '18 09:10 kasru

Try apt-get install python3-pip first?

snare avatar Oct 24 '18 19:10 snare

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

layderv avatar Apr 15 '19 21:04 layderv