probeSniffer icon indicating copy to clipboard operation
probeSniffer copied to clipboard

issue

Open AdelinoFB opened this issue 6 years ago • 1 comments

$ sudo apt-get update && sudo apt-get install python3 python3-pip tshark -y

$ git clone https://github.com/xdavidhu/probeSniffer

$ cd probeSniffer/

$ python3 -m pip install -r requirements.txt

im installing this lines but when i try to execute the last one i get the following

/usr/bin/python3: No module named pip.main; 'pip' is a package and cannot be directly executed

AdelinoFB avatar Jun 11 '18 11:06 AdelinoFB

Hey, this looks like an issue with your Python installation. Could you try reinstalling the python3-pip package?

xdavidhu avatar Jun 19 '18 18:06 xdavidhu