• Skip to primary navigation
  • Skip to content
  • Skip to footer
michael harty
  • Posts
  • Tags
  • About
  • TIL
    Michael Harty

    Michael Harty

    I’m a geologist learning and using data science. Read about my projects and the things I’m learning.

    • Denver, CO :mountain:
    • GitHub
    • Twitter
    • LinkedIn

    How to avoid SSLError [SSL: CERTIFICATE_VERIFY_FAILED] (pip)

    Ignore SSL errors by setting pypi.org and files.pythonhosted.org as trusted hosts.

    pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org <package_name>
    

    Stack Overflow Post

    Updated: October 30, 2023

    Previous Next
    • GitHub
    • Twitter
    • LinkedIn
    • Feed
    © 2023 michael harty. Powered by Jekyll & Minimal Mistakes.