Posts by Jonas • 131 points
1 post
-
3
votes1
answer87
viewsA: Problem with urllib3 and Twitter API
The problem is that your package requests is in an old version. You need to make a upgrade. These packages use urllib3. On the command line, run: pip install requests --upgrade Or, to upgrade…