DGA-Detection icon indicating copy to clipboard operation
DGA-Detection copied to clipboard

ImportError: No module named scapy

Open JyothsnaVarrier opened this issue 7 years ago • 1 comments

When i try to run this code in jupyter notebook it shows this error. ImportError: No module named scapy i have installed scapy with:

pip install scapy
Requirement already satisfied: scapy in /usr/local/lib/python2.7/site-packages

JyothsnaVarrier avatar Oct 24 '18 09:10 JyothsnaVarrier

Try running the script by specifying the python version: sudo python2.7 dga_detection.py

philarkwright avatar Oct 24 '18 12:10 philarkwright