问题 The Problem While I run you python3 application, it shows File "/usr/local/lib/python3.6/ssl.py", line 101, in <module> import _ssl # if we can't import it, let the error propagate ModuleNotFoundError: No module named '_ssl' What I've tried install the dependencies yum install openssl-devel I also edited the setup.py file and recomplie python3 # Detect SSL support for the socket module (via _ssl) search_for_ssl_incs_in = [ '/usr/local/ssl/include', '/usr/local/include/openssl', #I've added