Can't install PySocks on my Mac. Python version 2.7.13.
I'm using pip install PySocks
and getting this message:
Collecting pysocks
Could not fetch URL https://pypi.python.org/simple/pysocks/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) - skipping
Could not find a version that satisfies the requirement pysocks (from versions: )
No matching distribution found for pysocks
Thanks for help in advance!