I followed the procedure correctly by installing all the dependencies but when i do
python sslScrape.py it gives me error
Traceback (most recent call last):
File "sslScrape.py", line 26, in
from requests.packages.urllib3.exceptions import InsecureRequestWarning, InsecurePlatformWarning, SNIMissingWarning
ImportError: cannot import name SNIMissingWarning
I followed the procedure correctly by installing all the dependencies but when i do python sslScrape.py it gives me error Traceback (most recent call last): File "sslScrape.py", line 26, in
from requests.packages.urllib3.exceptions import InsecureRequestWarning, InsecurePlatformWarning, SNIMissingWarning
ImportError: cannot import name SNIMissingWarning