При установке пакетов через pip с недавних пор ничего не выходит
например -
pip install django
Collecting django
Could not fetch URL
https://pypi.python.org/simple/django/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) - skipping
Could not find a version that satisfies the requirement django (from versions: )
No matching distribution found for django
стояла версия ssl - 'OpenSSL 0.9.8zh 14 Jan 2016'
обновил через brew ->
brew update
brew install openssl
Python попрежнему видит OpenSSL 0.9.8zh 14 Jan 2016'
а если > openssl version -OpenSSL 1.0.2o 27 Mar 2018