AttributeError: module 'ssl' has no attribute 'SSLSocke

问题;

  • SSL模块存在,包存在,也能够引入,但是python安装包时一直在报SSL错。
  • 在运行相关代码时,也显示SSL不存在相关语法操作。
  • AttributeError: module ‘ssl’ has no attribute ‘SSLSocket’:
  • 在python安装包时报错:

在这里插入图片描述

原因

  • 检查一遍python环境有没有存在问题,同事i的电脑可以实现,环境拷贝过来,自己的电脑依旧不行,PYTHON环境排除;
  • GIT安装包中验证的问题

解决办法:

  • 1、桌面右键:
    在这里插入图片描述
  • 2、输入命令:
git config --global http.sslVerify "false"

在这里插入图片描述

结:

重新再进行相关操作,SSL不再报错。

GitHub 加速计划 / ope / openssl
25.13 K
9.99 K
下载
传输层安全性/安全套接层及其加密库
最近提交(Master分支:1 个月前 )
fd39d1c8 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/25095) 3 个月前
ae87c488 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/25095) 3 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐