You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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?
The text was updated successfully, but these errors were encountered: