x0rz / tweets_analyzer

Tweets metadata scraper & activity analyzer
GNU General Public License v3.0
2.94k stars 453 forks source link

Python versions and SSL/TLS #20

Closed kflanagan closed 7 years ago

kflanagan commented 7 years ago

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

kflanagan commented 7 years ago

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

packetrat commented 7 years ago

I'll make a note of it. MacOS is not a fan , at least as written.

Sean Gallagher IT Editor Ars Technica @thepacketrat 312 281 5123

On Feb 6, 2017, at 8:22 PM, Kevin Flanagan notifications@github.com<mailto:notifications@github.com> wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/x0rz/tweets_analyzer/issues/20#issuecomment-277871390, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAYkmw66RjZYPTgpPmI4k9hwXJ0TtLUbks5rZ8dkgaJpZM4L3f-w.

x0rz commented 7 years ago

This is a known Tweepy issue:

Won't fix it here