Docker中使用pip install报错
![图片[1]-WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.-吾爱博客](https://img.ayfre.com/2022/12/09/549dd4ec0713cafd379927cef18b886a.png)
解决方法
pip install xxxxx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
© 版权声明
吾爱博客|AYFRE.COM 版权所有,转载请标明出处。
THE END
Docker中使用pip install报错
pip install xxxxx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
请登录后查看评论内容