我曾尝试安装一些软件包,例如htmllib,dnspython,tzlocal和stopit但是对于所有这些软件包我都可以出错:
Download error on https://pypi.python.org/simple/ :[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed. <ssl.c:749> -- some packages may not be found.
我已经搜索了这个问题,但唯一的解决方案是讨论使用pip添加到信任列表,而不是这种情况。任何人都可以帮我解决这个问题吗?
答案 0 :(得分:0)
试试这个:
pip install --trusted-host pypi.python.org pytest-xdist
pip install --trusted-host pypi.python.org --upgrade pip