When I issue pip3 install requests
on my terminal cmd line I got back:
Could not fetch URL https://pypi.python.org/simple/requests/: There was a problem confi rming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol versi on (_ssl.c:661) - skipping Could not find a version that satisfies the requirement requests (from versions: ) No matching distribution found for requests
How can I install requests module?