JavaScript
x
6
1
$ pip install boto3
2
Collecting boto3
3
Could not fetch URL https://pypi.python.org/simple/boto3/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) - skipping
4
Could not find a version that satisfies the requirement boto3 (from versions: )
5
No matching distribution found for boto3
6
Advertisement
Answer
Upgade pip as follows:
curl https://bootstrap.pypa.io/get-pip.py | python
It can be usefull for you, maybe you have to execute sudo python