How to Solve error: InsecurePlatformWarning: A true SSLContext object is not available.
- Install libffi-dev and libssl-dev under ubuntu:
apt-get install libffi-dev libssl-dev
(if not installed before, restart after installation) pip install requests[security]
orpip install pyopenssl ndg-httpsclient pyasn1