pip always fails ssl verification

后端 未结 3 446
滥情空心
滥情空心 2020-11-28 12:41

Pip always fails ssl even when I do pip install dedupe or pip install --trusted-host pypi.python.org dedupe

The output is always the same n

3条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 13:08

    My way is a simplification of @Alex C's answer:

    python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip
    

提交回复
热议问题