问题:

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

解决:

方法一:

我百度了下,这里有两个版本的pip, 有人说是版本问题, 用py3.7 就能解决。 我自己也尝试过。
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not avail
所以下载时改成pip3.7 install 就行了

参考

  • https://blog.csdn.net/m0_37697335/article/details/88543901

相关文章: