jupyter notebook Traceback (most recent call last): File "/usr/local/python3/bin/jupyter-notebook", line 5, in <module> from notebook.notebookapp import main File "/usr/local/python3/lib/python3.9/site-packages/notebook/notebookapp.py", line 60, in <module> from tornado import httpserver File "/usr/local/python3/lib/python3.9/site-packages/tornado/httpserver.py", line 29, in <module> import ssl File "/usr/local/python3/lib/python3.9/ssl.py", line 98, in <module> import _ssl # if we can't import it, let the error propagate ModuleNotFoundError: No module named '_ssl'
python3 Python 3.9.5 (default, Oct 15 2021, 16:44:21) [GCC 8.4.1 20200928 (Red Hat 8.4.1-1)] on linux Type "help", "copyright", "credits" or "license"for more information. >>> import _ssl >>>