pip3使用豆瓣源
出現Could not fetch URL錯誤,只需在pip后面加一串東西,使用豆瓣源:
pip3 install pefile -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com總結
- 上一篇: linux 静态编译 yara
- 下一篇: cve-bin-tool 证书错误的解决
出現Could not fetch URL錯誤,只需在pip后面加一串東西,使用豆瓣源:
pip3 install pefile -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com