pip is configured with locations that require TLS/SSL, however the ssl module in Python is not avail

问题: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 解决: 方法一: 我百度了下,这里有两个版本的pip, 有人说是版本问题, 用py3.7 就能解决。 我自己也尝试过。 所以下载时改成pip3.7 install 就行了 参考 h
相关文章
相关标签/搜索