Hi
After upgrading from SageMath-9.1 to SageMath-9.2,
./sage -n jupyter fails
ModuleNotFoundError: No module named '_ssl'
The Jupyter notebook requires ssl, even if you do not use https. Install the openssl development packages in your system and then rebuild Python (sage -f python3).
I have tried to install ./sage --optional openssl.................................1.1.1g (not_installed) but it has failed.
However openssl is already installed via mac ports :
sudo port installed | grep openssl
openssl @1.1.1g_0 openssl @1.1.1h_0 (active) py36-openssl @19.1.0_1 (active) py38-openssl @19.1.0_1 (active)
Does anyone know how to fix this ?
Thank you