Hello all,
I installed sage via homebrew on OS X 10.15.7 (Macbook Pro laptop) with python3 version 3.8.5. (I'm not sure if I got python3 through homebrew, as I also seem to have more copies of python lying about than I thought.) My first issue was that a Jupyter page could not load due to being unable to import the _ssl module, and the log suggested that I run "sage -f python." Upon doing so, this eventually failed while compiling the wheel for scipy:
[scipy-1.5.2] ********************************************************************************
[scipy-1.5.2] Error building a wheel for scipy-1.5.2
[scipy-1.5.2] ********************************************************************************
[scipy-1.5.2]
[scipy-1.5.2] real 2m19.074s
[scipy-1.5.2] user 3m40.041s
[scipy-1.5.2] sys 0m34.633s
[scipy-1.5.2] ************************************************************************
[scipy-1.5.2] Error installing package scipy-1.5.2
[scipy-1.5.2] ************************************************************************
[scipy-1.5.2] explaining the problem and including the log file
I attempt to open the subshell
and run "MACOSX_DEPLOYMENT_TARGET=11.0 make scipy", as I saw mentioned in a recent thread titled "MACOSX_DEPLOYMENT_TARGET problems", but I think I was mixing and matching wrong suggestions as this just told me there was no rule to make scipy.
I have attached the logfile from the failed "sage -f python" build here: