I can only lament about the sorry state of macOS binaries support for
9.2 on macOS 10.15.7.
I get

 “python3.8” cannot be opened because the developer cannot be verified.

already in a terminal session.

What works for me, totally hassle-free, is Conda. See
https://doc.sagemath.org/html/en/installation/conda.html
TL; DR

1. install Miniconda (using a Python 3.8 installer from
https://docs.conda.io/en/latest/miniconda.html#macosx-installers )
1.1. Open a new Terminal. Conda should be active there (you'll see
(base) in the prompt)
2. conda install mamba -c conda-forge # installs mamba
3. mamba create -n sage sage -c conda-forge # replaces "conda create..."
4. conda activate sage
5. sage -n # launches a Jupyter

On Tue, Nov 10, 2020 at 3:46 PM Murray Eisenberg
<murrayeisenb...@gmail.com> wrote:
>
> This concerns the missing openssl for python3, which prevents the jupyter 
> server from starting under macOS Catalina 10.15.7.
>
> How/where report this as a bug?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/0f0b1092-eede-4de5-92ff-c47b16bbc3cfn%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq3JKZMqMp8%2ByW6z_PYFyOkGGQ%3D2zR%3Doq2bYSvxOO5XAkQ%40mail.gmail.com.

Reply via email to