Closed tylercwats closed 6 years ago
Hi @tylercwats,
//this is a pip+scapy issue and not directly related to scapy-ssl_tls
it's generally advisable to install scapy-ssl_tls in a virtualenv not to mess up any other dependencies you might have with the system scapy installation. From the output you provided we can see that pip uninstalled scapy 2.4 and installed scapy 2.3.3.
Please check ...
pip freeze | grep scapy
pip install scapy
import scapy
cat $(which scapy)
(might be incompatible with the scapy from pip; different interpreter; path)cheers, tin
closing due to inactivity. please feel free to reopen if the problem persists.
when I run
pip install scapy-ssl_tls
I get
then scapy doesn't work at all. Even after I reinstall dnet and pcap