Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows 10 scapy python 3.6 #237

Open
durces opened this issue Feb 8, 2018 · 1 comment
Open

windows 10 scapy python 3.6 #237

durces opened this issue Feb 8, 2018 · 1 comment

Comments

@durces
Copy link

durces commented Feb 8, 2018

Getting the following messages/error when installing scapy-python3 on windows 10 with python 3.6.4?


INFO: Can't load Python libreadline or completer
INFO: No IPv6 support in kernel
WARNING: No route found for IPv6 destination :: (no default route?). This affects only IPv6
INFO: Please, report issues to https://github.com/phaethon/scapy
Traceback (most recent call last):
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\Scripts\scapy", line 25, in
interact()
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scapy\main.py", line 293, in interact
scapy_builtins = import("scapy.all",globals(),locals(),".").dict
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scapy\all.py", line 46, in
from .crypto import *
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scapy\crypto_init_.py", line 17, in
from scapy.crypto.cert import *
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\scapy\crypto\cert.py", line 110, in
def hashWrapper(hash_algo, message, backend=default_backend()):
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\cryptography\hazmat\backends_init
.py", line 15, in default_backend
from cryptography.hazmat.backends.openssl.backend import backend
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\cryptography\hazmat\backends\openssl_init_.py", line 7, in
from cryptography.hazmat.backends.openssl.backend import backend
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\cryptography\hazmat\backends\openssl\backend.py", line 16, in
from cryptography import utils, x509
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\cryptography\x509_init_.py", line 8, in
from cryptography.x509.base import (
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\cryptography\x509\base.py", line 16, in
from cryptography.x509.extensions import Extension, ExtensionType
File "C:\Users\zubeyde\AppData\Local\Programs\Python\Python36-32\lib\site-packages\cryptography\x509\extensions.py", line 13, in
from asn1crypto.keys import PublicKeyInfo
ModuleNotFoundError: No module named 'asn1crypto'

any ideas followed the process:

http://my.home-data.center/2016/10/24/python-3-5-scapy-windows-10/

and python 3.6.4


and
installed, uninstalled many times using pip3.6 no resolution?

@phaethon
Copy link
Owner

phaethon commented Feb 9, 2018

The error seems to come from cryptography module. Try removing and/or reinstalling cryptography.io module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants