Ask Your Question

Safa Amasha's profile - activity

2021-03-08 02:14:39 +0200 received badge  Famous Question (source)
2021-01-01 19:43:58 +0200 received badge  Student (source)
2021-01-01 17:30:08 +0200 received badge  Popular Question (source)
2021-01-01 17:30:01 +0200 received badge  Notable Question (source)
2020-12-06 04:59:20 +0200 received badge  Popular Question (source)
2020-11-15 10:15:24 +0200 commented question Is there any way to use SageMath on macOS Big Sur??

Thank you so much!

2020-11-14 23:44:57 +0200 asked a question Is there any way to use SageMath on macOS Big Sur??

I downloaded SageMath-9.2 on my mac,but every time I try ro use the notebook (by running "sage -n jupyter" on my terminal) I get the following massage:

" Please wait while the Sage Jupyter Notebook server starts... Traceback (most recent call last): File "/Applications/SageMath-9.2.app/Contents/Resources/sage/local/lib/python3.8/site-packages/sage/repl/ipython_kernel/install.py", line 307, in have_prerequisites from notebook.notebookapp import NotebookApp File "/Applications/SageMath-9.2.app/Contents/Resources/sage/local/lib/python3.8/site-packages/notebook/notebookapp.py", line 66, in from tornado import httpserver File "/Applications/SageMath-9.2.app/Contents/Resources/sage/local/lib/python3.8/site-packages/tornado/httpserver.py", line 29, in import ssl File "/Applications/SageMath-9.2.app/Contents/Resources/sage/local/lib/python3.8/ssl.py", line 98, in import _ssl # if we can't import it, let the error propagate 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). " And also I can't open the app either for some reason ..... every time I click on the app I get a small window saying : "Jupyter Server failed to start" "For some reason the Jupyter server failed to start. Please check the log for clues, and have that information handy when asking for help."

I hope for some help, its very important for me because I must use SageMath for my college project.. thanks in advance

2020-11-14 23:44:56 +0200 asked a question I there any way to use SageMath on macOS Big Sur??

I downloaded SageMath-9.2 on my mac,but every time I try ro use the notebook (by running "sage -n jupyter" on my terminal) I get the following massage: " Please wait while the Sage Jupyter Notebook server starts... Traceback (most recent call last): File "/Applications/SageMath-9.2.app/Contents/Resources/sage/local/lib/python3.8/site-packages/sage/repl/ipython_kernel/install.py", line 307, in have_prerequisites from notebook.notebookapp import NotebookApp File "/Applications/SageMath-9.2.app/Contents/Resources/sage/local/lib/python3.8/site-packages/notebook/notebookapp.py", line 66, in from tornado import httpserver File "/Applications/SageMath-9.2.app/Contents/Resources/sage/local/lib/python3.8/site-packages/tornado/httpserver.py", line 29, in import ssl File "/Applications/SageMath-9.2.app/Contents/Resources/sage/local/lib/python3.8/ssl.py", line 98, in import _ssl # if we can't import it, let the error propagate 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). " And also I can't open the app either for some reason ..... every time I click on the app I get a small window saying : "Jupyter Server failed to start" "For some reason the Jupyter server failed to start. Please check the log for clues, and have that information handy when asking for help."

I hope for some help, its very important for me because I must use SageMath for my college project.. thanks in advance