[Solved] pip install Error: There was a problem confirming the ssl certificate…

Error message:

Solution:

Add trust host after the instruction

--trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org

Read More: