代码改变世界

Solutions_issues in pip

2019-03-20 03:47  Johnson_强生仔仔  阅读(216)  评论(0)    收藏  举报
  • pip fails ssl verification

    Solution: 

$ python -m pip <command> --trusted-host files.pythonhosted.org --trusted-host pypi.org --trusted-host pypi.python.org

 

  • If there is no pip installed, check whether the system have python installed. If it has python installed, then try 
$ python -m pip install <command>