philarkwright / DGA-Detection

DGA Domain Detection using Bigram Frequency Analysis
Other
52 stars 32 forks source link

ImportError: No module named scapy #2

Open JyothsnaVarrier opened 5 years ago

JyothsnaVarrier commented 5 years ago

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
philarkwright commented 5 years ago

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