码迷,mamicode.com
首页 > 编程语言 > 详细

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not 解决方法

时间:2020-02-15 13:39:45      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:点击   解决方法   windows   script   oca   paste   temp   ram   解决   

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available 解决方法

问题

今天在安装 Pygame 的时候,发现照着之前自己写的教程出现了问题。

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

解决方法

其实还是 Anaconda 环境变量的问题。

Win + R ,输入:SystemPropertiesAdvanced.exe ,回车。

然后点击 环境变量

技术图片

进入 系统变量 ,找到 PATH ,点击编辑:

技术图片

只需把这三个加上就行。

C:\ProgramData\Anaconda3
C:\ProgramData\Anaconda3\Scripts
C:\ProgramData\Anaconda3\Library\bin

技术图片

致谢

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

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not 解决方法

标签:点击   解决方法   windows   script   oca   paste   temp   ram   解决   

原文地址:https://www.cnblogs.com/wonz/p/12311311.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!