maybe trying the terminal version:
http://www.mirrorservice.org/sites/www.sagemath.org/osx/intel/sage-9.0-OSX_10.15.2-x86_64.tar.bz2

is a better idea. After the installation, one can
run, in terminal, in the place where you have it installed,

./sage -n

to launch Jupyter


On Sun, Feb 16, 2020 at 9:30 PM Jinsong Xu <jinssong...@gmail.com> wrote:
>
> I have the same problem and log as Martin. After giving Sage Full Disk Access 
> as well as using xattr and sudo, it still does work.
>
> Is there any other way to launch it?
>
> On Tuesday, January 7, 2020 at 6:14:45 AM UTC+8, Eric Martin wrote:
>>
>> I did not have ~/.sage. Removed org.sagemath.Sage.plist, but no difference 
>> for me.
>>
>> On Monday, January 6, 2020 at 11:01:33 PM UTC+1, Stefano Brocco wrote:
>>>
>>> There is more to it: after doing all of the above, plus removing both 
>>> ~/.sage and org.sagemath.Sage.plist, the jupyter did start. Unfortunately I 
>>> don't know if the critical step in my case was the removal of ~/.sage or of 
>>> the plist file.
>>>
>>> On Monday, January 6, 2020 at 1:13:50 PM UTC-5, Eric Martin wrote:
>>>>
>>>> Same behaviour, with the same log, also after giving Sage Full Disk Access 
>>>> as suggested by Ralf Martin.
>>>>
>>>> On Monday, January 6, 2020 at 2:44:19 PM UTC+1, slelievre wrote:
>>>>>
>>>>>
>>>>> Mon 2020-01-06 10:04:35 UTC, Eric Martin:
>>>>>>
>>>>>> After installing sage-9.0-OSX_10.15.2-x86_64.app.dmg, doubling clicking
>>>>>>
>>>>>> the Sage icon immediately results in a window popping up with the 
>>>>>> message:
>>>>>>
>>>>>> "Jupiter Server fails to start. For some reason the Jupiter server ailed 
>>>>>> to start.
>>>>>>
>>>>>> [...]
>>>>>
>>>>>
>>>>> Try running the following commands in a terminal:
>>>>>
>>>>>     APP=/Applications/SageMath-9.0.app
>>>>>     xattr -dr com.apple.quarantine $APP
>>>>>
>>>>> If it says you don't have the permissions for that,
>>>>> try the same with "sudo" as follows:
>>>>>
>>>>>     APP=/Applications/SageMath-9.0.app
>>>>>     sudo xattr -dr com.apple.quarantine $APP
>>>>>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/f289c14d-2852-4401-ab3d-d27c4742823f%40googlegroups.com.

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

Reply via email to