Python3.10.2中的SSL模块不可用,在redhat 7上的pip安装中出现错误

发布于 2025-01-10 08:10:47 字数 304 浏览 0 评论 0原文

须藤使: 以下模块已成功构建,但因无法导入而被删除: _hashlib _ssl

无法构建 ssl 模块! Python 需要 OpenSSL 1.1.1 或更高版本的

pip 安装: 警告:pip 配置了需要 TLS/SSL 的位置,但是 Python 中的 ssl 模块不可用。

确认 ssl 证书时出现问题:HTTPSConnectionPool(host='pypi.org', port=443): url 超出最大重试次数

(由 SSLError("无法连接到 HTTPS URL,因为 SSL 模块不可用。 ")) - 跳过

sudo make:
Following modules built successfully but were removed because they could not be imported:
_hashlib _ssl

Could not build the ssl module!
Python requires a OpenSSL 1.1.1 or newer

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

There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url

(Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文