-1

I wanted to take some suggestion and learn the reason of getting "No module found error" for pyshark module. I installed it however I'm still getting error. You can see short record below.

https://asciinema.org/a/MHAX4PeIg5yWSm40KcYqWQBDi

enter image description here

Thanks in advance

geek
  • 51
  • 9

1 Answers1

0

In the video you are using pip3 to install but python2.7 to execute the script. Use pip2.7 install pyshark to use it properly.

naechtner
  • 110
  • 7
  • It did not work as well. You can see the result of your suggestion, which is same error. – geek Apr 27 '18 at 07:39