-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Getting this error after installation. Double checked the dependencies and cannot see anything missing.
File "/Library/Frameworks/Python.framework/Versions/3.8/bin/cryptonice", line 5, in
from cryptonice.main import main
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptonice/main.py", line 1, in
from cryptonice.scanner import scanner_driver
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptonice/scanner.py", line 13, in
from .gettls import tls_scan
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptonice/gettls.py", line 4, in
from sslyze import (
ImportError: cannot import name 'ServerNetworkLocationViaDirectConnection' from 'sslyze' (/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/sslyze/init.py)