tintinweb / scapy-ssl_tls

SSL/TLS layers for scapy the interactive packet manipulation tool
GNU General Public License v2.0
417 stars 157 forks source link

Windows 10- uninstalls scapy #130

Closed tylercwats closed 6 years ago

tylercwats commented 6 years ago

when I run pip install scapy-ssl_tls

I get

DEPRECATION: Uninstalling a distutils installed project (scapy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling scapy-2.4.0rc5.dev13:
      Successfully uninstalled scapy-2.4.0rc5.dev13
Successfully installed pycryptodomex-3.5.1 scapy-2.3.3 scapy-ssl-tls-2.0.0 tinyec-0.3.1

then scapy doesn't work at all. Even after I reinstall dnet and pcap

tintinweb commented 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 ...

cheers, tin

tintinweb commented 6 years ago

closing due to inactivity. please feel free to reopen if the problem persists.