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
For all the python3 and pip3 users out there:
python3
pip3
curl https://bootstrap.pypa.io/get-pip.py | sudo python3
and then assume you want to install pandas
pip3 install pandas --user