GithubHelp home page GithubHelp logo

Pip Install Error about scapy-ssl_tls HOT 4 OPEN

egecemkirci avatar egecemkirci commented on July 24, 2024
Pip Install Error

from scapy-ssl_tls.

Comments (4)

huangbj16 avatar huangbj16 commented on July 24, 2024

Easy Solution, use the second installation method, first download the code, then correct the code by deleting ", ex" and the next print line. It will build successfully.

from scapy-ssl_tls.

Zeal-Zhu avatar Zeal-Zhu commented on July 24, 2024

modify File "setup.py" in line 32
except AttributeError, ex -> except AttributeError as ex
this should solve it.

from scapy-ssl_tls.

dewebdes avatar dewebdes commented on July 24, 2024

I know that you update setup.py....
But there is still a possible mistake for most users like me
SCAPY has best compatibility with Python2.7
and if you try to install this package or other scapy related repo with python3 then maybe simply faced on various errors...

Then best way to install and use scapy-ssl-tls is:

  1. python2.7 -m pip install -U cryptography
  2. pip2.7 install --pre scapy[basic]
  3. pip2.7 install scapy-ssl_tls

from scapy-ssl_tls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.