如上图,pip3 install requests 后显示pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
该如何解决?
到这个网站下载(.gz文件)https://pypi.org/project/requests/,用7-zip打开提取到Python文件夹下的Lib目录
在IDLE中输入import requests,不报错就好了!
举报