x0rz/tweets_analyzer

Python versions and SSL/TLS

kflanagan opened this issue · 3 comments

I have found that I got errors
Python 3.x is required unless you deal with these two warnings.
SNIMissingWarning -- https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

InsecurePlatformWarning -- https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

This is on a fully updated Linux Mint system.
Precision-WorkStation-390 ~ # uname -a
Linux Precision-WorkStation-390 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Precision-WorkStation-390 ~ # python --version
Python 2.7.6

A clean installation of the 3.x python branch on Windows 10 worked well, right away.