I am trying to install a Python library using pip, getting an SSL error:
pip
~/projects/base pre-master± pip install xdict Collecting xdict Co
This worked for me, I installed latest version of pip and then installed the library (ciscoconfparse).
Upgrading pip:
curl https://bootstrap.pypa.io/get-pip.py | sudo /Users/{your user name}/{path to python}/bin/python