Re: [sage-support] Apparently Sage lost Python

2020-04-09 Thread Dima Pasechnik
On Thu, Apr 9, 2020 at 9:43 PM Anita Rojas wrote: > > Thanks. It did work! It has recovered almost all his previous capabilities. > Although, I still do not know how to add the SmallGroup Data base directly to > sage. > > Currently it is working by doing, for instance: > g=gap.SmallGroup(6,2) >

Re: [sage-support] Apparently Sage lost Python

2020-04-09 Thread Anita Rojas
Thanks. It did work! It has recovered almost all his previous capabilities. Although, I still do not know how to add the SmallGroup Data base directly to sage. Currently it is working by doing, for instance: g=gap.SmallGroup(6,2) And before this Catalina's upgrade I used to write just

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread Samuel Lelièvre
Forgot one step. Run this: sage -i gap_packages After that, the steps indicated earlier should work. -- 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

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread Anita Rojas
Thanks a lot. But I also got: sage: libgap.eval('LoadPackage("PackageManager")') fail Should I add (or install) some gap package inside SageMath folder? Sorry On Wed, Apr 8, 2020 at 5:43 PM slelievre wrote: > Wed 2020-04-08 19:02:33 UTC, Anita Rojas: > > > > Now I have trouble calling GAP.

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread slelievre
Wed 2020-04-08 19:02:33 UTC, Anita Rojas: > > Now I have trouble calling GAP. I used to do > > sage: libgap.eval('LoadPackage("kbmag")') > > but now I got > > fail The following says the `kbmag` GAP package cannot be loaded. sage: libgap.eval('LoadPackage("kbmag")') fail It

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread Anita Rojas
This worked! Thanks Now I have troubles calling gap. I used to do sage: libgap.eval('LoadPackage("kbmag")') but now I got fail On Wed, Apr 8, 2020 at 1:25 PM slelievre wrote: > Have you tried running > > > THING="~/Applications/SageMath/" > > xattr -rd com.apple.quarantine $THING

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread slelievre
Have you tried running THING="~/Applications/SageMath/" xattr -rd com.apple.quarantine $THING -- 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

Re: [sage-support] Apparently Sage lost Python

2020-04-07 Thread Anita Rojas
Hi. Thanks. Sage 9.0 is working on my mac, still with some issues. I have to run in a terminal: sudo spctl --master-disable ~/Applications/SageMath/sage -n jupyter (without "sudo..." it does not open because some archives can not be checked) My older routines don't work. They use GAP and I

Re: [sage-support] Apparently Sage lost Python

2020-04-06 Thread Dima Pasechnik
On Tue, Apr 7, 2020 at 2:37 AM rana-aere wrote: > > Dear Dima, > > I found something strange in this error message. > > anirojas@MacBook-de-Anita ~ % /Applications/SageMath/sage --notebook=export > --list > > File "/Applications/SageMath/local/bin/sagenb-export" > > File >

Re: [sage-support] Apparently Sage lost Python

2020-04-06 Thread rana-aere
Dear Dima, I found something strange in this error message. anirojas@MacBook-de-Anita ~ % /Applications/SageMath/sage --notebook=export --list File "/Applications/SageMath/local/bin/sagenb-export" File

Re: [sage-support] Apparently Sage lost Python

2020-04-06 Thread Anita Rojas
Not at all, please! Thanks for your support. I will come back to these line of messages once again in (hopefully) near future. Best, Anita On Mon, Apr 6, 2020 at 11:00 AM rana-aere wrote: > I am sorry for I might have given you extra work, which produced nothing. > I agree it is not a good time

Re: [sage-support] Apparently Sage lost Python

2020-04-06 Thread rana-aere
I am sorry for I might have given you extra work, which produced nothing. I agree it is not a good time to use SageMath on Catalina. 2020年4月6日月曜日 3時14分47秒 UTC+9 Anita Rojas: > > Thanks a lot for your support and patience but I gave up. I can not > succeed. There are too many difficulties that I

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread Anita Rojas
Thanks a lot for your support and patience but I gave up. I can not succeed. There are too many difficulties that I am not going to be able of solving: My older routines lost, my files with computations and examples. I do not know how to recover them. Perhaps I will try again in next future, with

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread Anita Rojas
Thanks. I did it and I got no ID. The message was: --- anirojas@MacBook-de-Anita ~ % /Applications/SageMath/sage --notebook=export --list Unique ID | Notebook Name --- Traceback (most recent call

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread Anita Rojas
Thanks, but I installed 8.9 and it did not work. Back again to point 0. I did the line "sudodisable" but I still get: *“python2.7” no se puede abrir porque no se puede verificar el desarrollador.* (meaning that python2.7 can not open because it could be a malware) On Sun, Apr 5, 2020 at

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread rana-aere
I guess it is about the page of title "Home". We do not have access to sagenb notebooks. Instead we have access to jupyter notebooks. For the current situation, you do not have any noebooks. That is why no notebook is listed in the page. You can try "New" button at the upper right corner below the

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread Dima Pasechnik
On Sun, Apr 5, 2020 at 11:08 PM Anita Rojas wrote: > > Sorry. Here is the message once typing sage -n jupyter > --- > > Please wait while the Sage Jupyter Notebook server starts... > > [I 11:06:33.649 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js > > [I 11:06:33.944

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread rana-aere
Yes, version <= 8.9 is the solution for now. If the number of notebooks is not too large, upgrading sagenb notebooks to jupyter notebooks might be a good idea. In the next release, the error messages will not be missing. In that time please try "sage --notebook=export --list" and "sage

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread Anita Rojas
Yes. Thanks. I manage in less than enough in MacOS. I will try to install 8.9 version. I'll report if this works. Could be useful to other user On Sat, Apr 4, 2020 at 2:34 PM rana-aere wrote: > I guess your computer is left vulnerable. > So you should use > ``` > sudo spctl --master-enable >

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread Anita Rojas
Sorry. Here is the message once typing sage -n jupyter --- Please wait while the Sage Jupyter Notebook server starts... [I 11:06:33.649 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js [I 11:06:33.944 NotebookApp] Serving notebooks from local directory: /Users/anirojas [I

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread Dima Pasechnik
On Sun, Apr 5, 2020 at 10:16 PM Anita Rojas wrote: > > Thanks. I tried "sage -n Jupyter", and my browser opened but without success > in entering SAGE. At least on Linux, it must be jupyter, not Jupyter Once again, to get an idea what goes wrong, we need to see the messages you get in the

Re: [sage-support] Apparently Sage lost Python

2020-04-05 Thread Anita Rojas
Thanks. I tried "sage -n Jupyter", and my browser opened but without success in entering SAGE. I will install SAGA 8.1 to see if it works. Here is the message I got once typing "sage -n": --- sage: notebook() ---

Re: [sage-support] Apparently Sage lost Python

2020-04-04 Thread rana-aere
I guess your computer is left vulnerable. So you should use ``` sudo spctl --master-enable ``` We are fixing slow start-up of Sagemath and also problems of permissions. SageMath-8.9 is OK for MacOS upto MacOS Mojave. SageMath-9.0 needs techniques for installation on MacOS Mojave. Many people

Re: [sage-support] Apparently Sage lost Python

2020-04-04 Thread Dima Pasechnik
On Sat, Apr 4, 2020 at 9:10 PM Anita Rojas wrote: > > Thanks. Still not working :( > Now I got: > > 500 : Internal Server Error > > in Chrome browser. > What should I do? please post more details. e.g. if I try running "sage -n" in the terminal I see something like this: $ ./sage -n

Re: [sage-support] Apparently Sage lost Python

2020-04-04 Thread Anita Rojas
Thanks. Still not working :( Now I got: 500 : Internal Server Error in Chrome browser. What should I do? Sorry and deep thanks. On Sat, Apr 4, 2020 at 2:12 AM Dima Pasechnik wrote: > > > On Sat, 4 Apr 2020, 12:25 Anita Rojas, wrote: > >> Thanks. I did: >> >> sudo spctl --master-disable >> >>

Re: [sage-support] Apparently Sage lost Python

2020-04-03 Thread Dima Pasechnik
On Sat, 4 Apr 2020, 12:25 Anita Rojas, wrote: > Thanks. I did: > > sudo spctl --master-disable > > and it worked. I have a question: Did I leave my computer vulnerable by > doing so? > it depends upon settings of your usual account. If it allows password-less automatic installation of random

Re: [sage-support] Apparently Sage lost Python

2020-04-03 Thread Anita Rojas
Thanks. I did: sudo spctl --master-disable and it worked. I have a question: Did I leave my computer vulnerable by doing so? Second: I was used to use notebook() but it did not work. Deep thanks for your help Anita On Sat, Apr 4, 2020 at 12:54 AM Dima Pasechnik wrote: > yes, this is an

Re: [sage-support] Apparently Sage lost Python

2020-04-03 Thread Dima Pasechnik
yes, this is an issue due to Apple "improving" their security in the latest MacOS. I believe there are instructions on https://ask.sagemath.org/question/49568/new-sagemath-90-installation-not-running-on-catalina-sagemath-87-worked-fine/ and perhaps other posts there. On Sat, 4 Apr 2020, 11:47

Re: [sage-support] Apparently Sage lost Python

2020-04-03 Thread Anita Rojas
Thanks a lot! I am installing a new version of sage. I have received several times (more than 20) a message like macOS no puede verificar el desarrollador de la app “_ sha3.cpython-37m-darwin.so”. ¿Seguro que quieres abrirla? Which means that the developer is unknown and it asks me if I want to

Re: [sage-support] Apparently Sage lost Python

2020-04-03 Thread Dima Pasechnik
On Sat, 4 Apr 2020, 11:11 Anita Rojas, wrote: > Hi! I am far away of being a OSX guru, but I managed to get my SAGE > working. > > It use to work properly but now I got the following message: > > > Error: Tried to use Sage's Python which was not yet installed. > > If this was called from an

[sage-support] Apparently Sage lost Python

2020-04-03 Thread Anita Rojas
Hi! I am far away of being a OSX guru, but I managed to get my SAGE working. It use to work properly but now I got the following message: Error: Tried to use Sage's Python which was not yet installed. If this was called from an spkg-install script for another package you should add