urllib3 · PyPI
https://pypi.org/project/urllib310.10.2011 · urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries: Thread safety. Connection pooling. Client-side SSL/TLS verification. File uploads with multipart encoding.
No module named 'urllib3.packages.six' · Issue #1518 ...
github.com › urllib3 › urllib3Jan 10, 2019 · seems urllib3 expects six to be installed to the same site-packages location on your system type pip list -v to see where they are located Member sethmlarson commented on Feb 8 @fosterseth This is not the case for urllib3 installed from PyPI. Linux distros sometimes unbundle and mangle the code that we ship, but that is out of our control.