Re: [sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-05-27 Thread G C
I had the same problems and it worked only after following Dan Brooks 
suggestion. Note that I could launch the jupyter server with MathSage 
working properly through the terminal with sage -n jupyter. Only launching 
through the MathSage icon was not working and was leading to the message 
reported by Eric Martin.

Le lundi 6 avril 2020 00:01:56 UTC+2, Dan Brooks a écrit :
>
> I had the same problem as the OP. Jupyter Server would not start after 
> install of the .app.dmg package. 
>
> I can report success launching Sage from the Applications icon after the 
> following steps:
>
> 1) Grant Full Disk Access in System Preferences->Security->Privacy (as 
> suggested previously)
>
> 2) Launch Sage from the command line in the executable's installed 
> directory. In a terminal window:
>
> cd /Applications/SageMath-9.0.app
> ./sage -n
>
>
>
> 3) The executable should "patch" or rewrite all of the required paths to 
> match their actual locations in your particular Catalina install. 
> After that, it should open a Jupyter tab in Safari.
>
> 4) When you see the Jupyter tab in Safari: 
>  click the Quit button. This will stop the Jupyter Server, but that's 
> ok. 
>
> 5) Launch Sage using Applications->SageMath-9.0. 
>
> All should be well at this point, but your actual mileage may vary. Hope 
> this helps. 
>
>

-- 
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/fb1d8997-076b-439c-a5fc-0c8958f6dabd%40googlegroups.com.


Re: [sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-04-05 Thread 'Dan Brooks' via sage-support
I had the same problem as the OP. Jupyter Server would not start after 
install of the .app.dmg package. 

I can report success launching Sage from the Applications icon after the 
following steps:

1) Grant Full Disk Access in System Preferences->Security->Privacy (as 
suggested previously)

2) Launch Sage from the command line in the executable's installed 
directory. In a terminal window:

cd /Applications/SageMath-9.0.app
./sage -n



3) The executable should "patch" or rewrite all of the required paths to 
match their actual locations in your particular Catalina install. 
After that, it should open a Jupyter tab in Safari.

4) When you see the Jupyter tab in Safari: 
 click the Quit button. This will stop the Jupyter Server, but that's 
ok. 

5) Launch Sage using Applications->SageMath-9.0. 

All should be well at this point, but your actual mileage may vary. Hope 
this helps. 

-- 
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/354982d2-b75d-4424-a60a-fd749725d42f%40googlegroups.com.


Re: [sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-02-16 Thread Dima Pasechnik
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  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.


[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-02-16 Thread Jinsong Xu
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.


[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Eric Martin
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/27e520ad-e181-4f38-8cde-4ac93b7573db%40googlegroups.com.


[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Stefano Brocco
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/61f340cb-8fa5-41ea-b28a-5bfa14fc59f5%40googlegroups.com.


[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Stefano Brocco
Same as Martin for me too...

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.
>
>

-- 
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/bb4dc4af-7711-404f-8a29-4d79542f0ccd%40googlegroups.com.


[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Murray Eisenberg
Giving SageMath-9.0 full disk access works for me, too.

It seems like a rather blunt solution for getting around Catalina's 
increased security!

Is it full disk access that's really required? Or just the ability to 
launch a terminal process?

On Monday, January 6, 2020 at 5:04:35 AM UTC-5, Eric Martin wrote:
>
> 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. Please check the log for clues, and have that information handy when 
> asking for help." The log shows:
>
> Rewriting paths for your new installation directory
> ===
>
> This might take a few minutes but only has to be done once.
>
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/build/make/Makefile-auto
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/config.status
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/2to3-3.7
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ESingular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/NRswitchg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/QuadraticSieve
> patching /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/R
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Rscript
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Singular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/TSingular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/addedgeg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/amtog
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/annotate
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/biplabg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cas_help
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/catg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cl
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/complg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/converseg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/copyg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/countg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cu2
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubex
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubhamg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/curve_keygen
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cygdb
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cysignals-CSI
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cython
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cythonize
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/deledgeg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/delptg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/directg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dreadnaut
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretodot
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretog
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/easy_install
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/easy_install-3.7
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecl
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecl-config
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecm
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/f2py
> patching 
> /Applications/SageMath-9.0.ap

[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Eric Martin
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/7c2543a3-25d8-478a-bc86-284f2fe9f712%40googlegroups.com.


[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Ralph Martin

>
> I also gave Sage Full Disk Access (in Security -> Privacy preference 
> pane), as well as using xattr, as it seemed unable to access certain 
> directories.
>
 

> Sage now does start Jupyter.
>
 

>
>
On Monday, 6 January 2020 15:07:35 UTC, Murray Eisenberg wrote:
>
> I separately reported the same behavior -- the Jupyter server not starting 
> with SageMath-9.0 -- and so tried the suggestion of 
>
> APP=/Applications/SageMath-9.0.app 
>
> xattr -dr com.apple.quarantine $APP
>
>
> reportedthe latter both as shown and with "sudo". 
>
>
> This does *not* fix the problem!
>
> On Monday, January 6, 2020 at 5:04:35 AM UTC-5, Eric Martin wrote:
>>
>> 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. Please check the log for clues, and have that information handy when 
>> asking for help." The log shows:
>>
>> Rewriting paths for your new installation directory
>> ===
>>
>> This might take a few minutes but only has to be done once.
>>
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/build/make/Makefile-auto
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/config.status
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/2to3-3.7
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ESingular
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/NRswitchg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/QuadraticSieve
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/R
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Rscript
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Singular
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/TSingular
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/addedgeg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency_gmp
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces_gmp
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/amtog
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/annotate
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/biplabg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cas_help
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/catg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec_gmp
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cl
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/complg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/converseg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/copyg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/countg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cu2
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubex
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubhamg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/curve_keygen
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cygdb
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cysignals-CSI
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cython
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cythonize
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/deledgeg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/delptg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/directg
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dreadnaut
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretodot
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretog
>> patching 
>> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/easy_install
>> patching 
>> /Applications/SageMath-9

[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Murray Eisenberg
I separately reported the same behavior -- the Jupyter server not starting 
with SageMath-9.0 -- and so tried the suggestion of 

APP=/Applications/SageMath-9.0.app 

xattr -dr com.apple.quarantine $APP


reportedthe latter both as shown and with "sudo". 


This does *not* fix the problem!

On Monday, January 6, 2020 at 5:04:35 AM UTC-5, Eric Martin wrote:
>
> 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. Please check the log for clues, and have that information handy when 
> asking for help." The log shows:
>
> Rewriting paths for your new installation directory
> ===
>
> This might take a few minutes but only has to be done once.
>
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/build/make/Makefile-auto
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/config.status
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/2to3-3.7
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ESingular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/NRswitchg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/QuadraticSieve
> patching /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/R
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Rscript
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Singular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/TSingular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/addedgeg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/amtog
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/annotate
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/biplabg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cas_help
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/catg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cl
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/complg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/converseg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/copyg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/countg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cu2
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubex
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubhamg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/curve_keygen
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cygdb
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cysignals-CSI
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cython
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cythonize
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/deledgeg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/delptg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/directg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dreadnaut
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretodot
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretog
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/easy_install
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/easy_install-3.7
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecl
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecl-config
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecm
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/f2

[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread slelievre

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/8da010cc-0fca-4df1-89ae-d0ba6887ad08%40googlegroups.com.


Re: [sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Dima Pasechnik
On Mon, 6 Jan 2020, 13:18 Ralph Martin,  wrote:

> I confirm that Jupyter does not start. My log shows the following output
>
> [I 18:14:07.652 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js
> [I 18:14:07.842 NotebookApp] Serving notebooks from local directory:
> /Users/ralph/Documents/Sage Jupyter Notebooks
> [I 18:14:07.842 NotebookApp] The Jupyter Notebook is running at:
> [I 18:14:07.843 NotebookApp]
> http://localhost:/?token=1c3d72103aad6145315688067632cb508eed65dc7b3ff57a
> [I 18:14:07.843 NotebookApp] Use Control-C to stop this server and shut
> down all kernels (twice to skip confirmation).
> [C 18:14:07.847 NotebookApp]
>
> To access the notebook, open this file in a browser:
>
> file:///Users/ralph/Library/Jupyter/runtime/nbserver-11902-open.html
> Or copy and paste one of these URLs:
>
> http://localhost:/?token=1c3d72103aad6145315688067632cb508eed65dc7b3ff57a
>

does this URL work?

[I 18:14:24.013 NotebookApp] Creating new notebook in
> [I 18:14:24.692 NotebookApp] Kernel started:
> 35543d18-9b4d-44d6-9234-fde888a4951e
> [I 18:14:26.123 NotebookApp] Adapting to protocol v5.1 for kernel
> 35543d18-9b4d-44d6-9234-fde888a4951e
> [I 18:15:11.689 NotebookApp] Saving file at /Untitled.ipynb
> [I 18:15:48.066 NotebookApp] Starting buffering for
> 35543d18-9b4d-44d6-9234-fde888a4951e:08c6751af6b3477893d056fe2cc9c4c7
> [I 18:15:48.379 NotebookApp] Kernel shutdown:
> 35543d18-9b4d-44d6-9234-fde888a4951e
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
> shell-init: error retrieving current directory: getcwd: cannot access
> parent directories: Operation not permitted
>
> --
> 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/61df69bd-0a42-4831-887e-bf688728182b%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/CAAWYfq1qOuRjgs5ijMkvd%2BNBo_mcRYvBff0JAD%2BPzmV7UjdDQA%40mail.gmail.com.


[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Ralph Martin
I confirm that Jupyter does not start. My log shows the following output

[I 18:14:07.652 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js
[I 18:14:07.842 NotebookApp] Serving notebooks from local directory: 
/Users/ralph/Documents/Sage Jupyter Notebooks
[I 18:14:07.842 NotebookApp] The Jupyter Notebook is running at:
[I 18:14:07.843 NotebookApp] 
http://localhost:/?token=1c3d72103aad6145315688067632cb508eed65dc7b3ff57a
[I 18:14:07.843 NotebookApp] Use Control-C to stop this server and shut 
down all kernels (twice to skip confirmation).
[C 18:14:07.847 NotebookApp] 

To access the notebook, open this file in a browser:
file:///Users/ralph/Library/Jupyter/runtime/nbserver-11902-open.html
Or copy and paste one of these URLs:

http://localhost:/?token=1c3d72103aad6145315688067632cb508eed65dc7b3ff57a
[I 18:14:24.013 NotebookApp] Creating new notebook in 
[I 18:14:24.692 NotebookApp] Kernel started: 
35543d18-9b4d-44d6-9234-fde888a4951e
[I 18:14:26.123 NotebookApp] Adapting to protocol v5.1 for kernel 
35543d18-9b4d-44d6-9234-fde888a4951e
[I 18:15:11.689 NotebookApp] Saving file at /Untitled.ipynb
[I 18:15:48.066 NotebookApp] Starting buffering for 
35543d18-9b4d-44d6-9234-fde888a4951e:08c6751af6b3477893d056fe2cc9c4c7
[I 18:15:48.379 NotebookApp] Kernel shutdown: 
35543d18-9b4d-44d6-9234-fde888a4951e
shell-init: error retrieving current directory: getcwd: cannot access 
parent directories: Operation not permitted
shell-init: error retrieving current directory: getcwd: cannot access 
parent directories: Operation not permitted
shell-init: error retrieving current directory: getcwd: cannot access 
parent directories: Operation not permitted
shell-init: error retrieving current directory: getcwd: cannot access 
parent directories: Operation not permitted
shell-init: error retrieving current directory: getcwd: cannot access 
parent directories: Operation not permitted

-- 
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/61df69bd-0a42-4831-887e-bf688728182b%40googlegroups.com.