摘要: 1、关于urllib3 v2.0仅支持OpenSSL 1.1.1+的解决方案 问题:运行python代码时提示如 [root@ py]# python3 test.py Traceback (most recent call last): File "test.py", line 1, in <mo 阅读全文
posted @ 2025-08-27 16:06 所向披靡zz 阅读(128) 评论(0) 推荐(0)
摘要: 操作系统原有py [pythondemo@localhost ~]$ cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) [pythondemo@localhost ~]$ python Python 2.7.5 (default 阅读全文
posted @ 2025-08-27 12:15 所向披靡zz 阅读(7) 评论(0) 推荐(0)
摘要: 下载地址 https://mirrors.cloud.tencent.com/openssl/source/ 安装 tar -zxvf openssl-1.1.1w.tar.gz cd openssl-1.1.1w ./config --prefix=/usr/local/openssl make 阅读全文
posted @ 2025-08-27 12:06 所向披靡zz 阅读(24) 评论(0) 推荐(0)