I have installed SAGEMath-9.2 on macOS Catalina and I see Sage App Icon among the applications. when I launch the SAGE APP it does not start because Jupyter notebook does not find the _SSL module file as in the following log: (see attach 134000)
I verified that ope...@1.1.1k is already installed on my MAC but SAGE still can't find the _SSL file (see attach 51000)
Perhaps the problem is that SAGE is installed between Applications and _SSL in some other directory it doesn't see. I am not an expert user, how can I solve this problem? I would need SAGE only to run a Python program that requires mathematical functions that can be called up in the SAGE environment (for example: PolynomialRing (s) and euler_phi (r)). I really don't know if I need Jupiter notebook but just the SAGEmath functions. The program runs on the SAGEMATHcell server site but I would try to run it in the environment SAGEmath. Can you help me make _SSL visible to SAGE? or can I call the functions directly in some other way? Thanks for your help