xemon
xemon

Reputation: 31

ModuleNotFoundError: No module named '_ssl' error

What is this error for? import ssl Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.10/ssl.py", line 99, in import _ssl # if we can't import it, let the error propagate ModuleNotFoundError: No module named '_ssl'

[root@xemonserver ~]# openssl version OpenSSL 1.0.2k-fips 26 Jan 2017

I tried many methods, but I still have the same problem The operating system is Centos7 and python version 3.10.11

method 1 that doesn't work

Upvotes: 3

Views: 1461

Answers (0)

Related Questions