WARNING: pip is configured with locations that require TLS/SSL

在pycharm中运行pip下载软件包遇到该问题:WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available

原因:没有安装openssl;

https://slproweb.com/products/Win32OpenSSL.html下载winopenssl即可。

转载:https://www.cnblogs.com/123456www/p/12584701.html

相关推荐
EmbeddedCore3 小时前
守护网络通信的基石:深入解析SSL/TLS协议
网络·网络协议·ssl
EmbeddedCore7 小时前
在资源受限的M3处理器上实现SSL/TLS通信的完整方案
网络协议·嵌入式·ssl
Days20501 天前
关于SSL证书签发时长调整通知
网络协议·https·ssl
watersink1 天前
第10章 信息安全技术基础知识
网络协议·https·ssl
时光之源1 天前
程序猿常用命令行(Linux、Windows、Powershell、CMD、conda、pip、apt)
linux·conda·pip
小镇学者1 天前
【python】MacOS下永久配置pip镜像源
macos·pip
Linux运维技术栈2 天前
生产环境Certbot泛域名证书全自动续期完整配置指南(Cloudflare DNS验证)
nginx·证书·ssl
爬山算法2 天前
MongoDB(75)如何配置TLS/SSL加密?
数据库·mongodb·ssl
致宏Rex2 天前
uv 教程:安装、常用命令、项目结构与关键文件
python·pip·uv
李庆政3703 天前
OkHttp的基本使用 实现GET/POST请求 authenticator自动认证 Cookie管理 请求头设置
java·网络协议·http·okhttp·ssl