已经编译安装了opensll 3.3
源码编译安装python3.12没有ssl模块,python3.12 ModuleNotFoundError: No module named ‘_ssl’
报错如下:
[root@localhost ~]# python
Python 3.12.5 (main, Sep 9 2024, 10:33:15) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl;
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/python3.12/lib/python3.12/s