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 "/Applications/SageMath/local/lib/python3.7/site-packages/sagenb_export/cmdline.py"

Re: [sage-support] Re: Slow Computations in Quotient Rings

2020-04-06 Thread rana-aere
turns out upstream problem so I must find a way to reproduce warnings. I accept to work on the ring but please allow me to be very slow. In any event I take your welcome message. Thank you. 2020年4月7日火曜日 2時09分21秒 UTC+9 vdelecroix: > > Dear rana-aere, > > If you think this is an issu

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

[sage-support] Re: Slow Computations in Quotient Rings

2020-04-05 Thread rana-aere
or the reply! > > On Saturday, April 4, 2020 at 1:00:12 PM UTC-4, rana-aere wrote: >> >> I modified the code and tried to trace computation. >> >> I think you stepped over the weakness of Sagemath. >> > > I was afraid that that would be the case... >

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

[sage-support] Re: Slow Computations in Quotient Rings

2020-04-04 Thread rana-aere
I modified the code and tried to trace computation. I think you stepped over the weakness of Sagemath. The modified code is quoted below. The line with many minus signs is meant to separate the program in different cells of jupyter notebook. My impression is that the program computes R, P + Q, L

[sage-support] Re: deprecation warning about "`\QQ`" and "\*"

2020-03-30 Thread rana-aere
I just began learning development of Sagemath. And reference manual of Sagemath looks like combination of original documentation and collection of documentation from source code. I do not know how modification of source influence the entire system, which include reference manuals. I have a tende

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-29 Thread rana-aere
I solved the first form of bug reported here. By accident I wrote it in https://groups.google.com/forum/#!topic/sage-support/WP473oaAulE . Another one about getcwd seems to be an issue specific to Catalina. I will work on it. -- You received this message because you are subscribed to the Google

[sage-support] Re: Does a deprecation warning prevent start-up of jupyter server of Double clickable application SageMath-X.X?

2020-03-29 Thread rana-aere
I think another trouble of SageMath-9.0.app was about failure of getcwd. I have an idea on this problem. I will check it. -- 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 e

[sage-support] Re: Does a deprecation warning prevent start-up of jupyter server of Double clickable application SageMath-X.X?

2020-03-29 Thread rana-aere
I finally made it to make a disk-image-file of SageMath-9.1.app with updates of https://trac.sagemath.org/ticket/29371. The issue of failing start-up with partial record of patching files is solved. I explain what was happening. Mac application SageMath-9.0.app set-up bash command using pipes: R

[sage-support] Re: Does a deprecation warning prevent start-up of jupyter server of Double clickable application SageMath-X.X?

2020-03-29 Thread rana-aere
I forgot to mention one thing. Patching in SageMath-9.1beta8 was on libraries not on source codes. This might be another difference from the distribution of SageMath-9.0. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this

[sage-support] Re: Does a deprecation warning prevent start-up of jupyter server of Double clickable application SageMath-X.X?

2020-03-29 Thread rana-aere
I edited the code back to original and tested how SageMath starts up. Deprecation warning does not block start-up. There remains some more mystery in start-up of double clickable SageMath.app of MacOS. For possible users who encounter the same symptom of SageMath, I leave some record. Step 1: I

[sage-support] Re: deprecation warning about "`\QQ`" and "\*"

2020-03-29 Thread rana-aere
Thank you for clear instructions. I used the codes to compare how doctoring of the method _macaulay2_init_ is displayed. sage-8.9 (command line and jupyter) ``` Init docstring: x.__init__(...) initializes x; see help(type(x)) for signature File: /Applications/SageMath-8.9.app/Conten

[sage-support] Does a deprecation warning prevent start-up of jupyter server of Double clickable application SageMath-X.X?

2020-03-28 Thread rana-aere
I am testing binary-pkg. This question is relevant to the previous one on deprecation warning on `\QQ`. But, the focus is different. I made SageMath-9.1beta8 by binary-pkg. Then, I copied SageMath-9.1beta8 out of the disk-image-file mounted of MacOS. I ejected the disk-image. And double clicke

[sage-support] deprecation warning about "`\QQ`" and "\*"

2020-03-28 Thread rana-aere
I am compiling binary-pkg and encountered a deprecation warning. The warning appeared when I invoked sage from command line. (Technically, it was after messages of patching.) The warning reads ``` .../quotient_ring.py:1350: DeprecationWarning: invalid escape sequence \Q ``` I read the file quo

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-22 Thread rana-aere
Thank you for your reply. I am trying to compile Sagemath. I will verify my proposed code. 2020年3月20日金曜日 18時57分22秒 UTC+9 Dima Pasechnik: > > On Fri, Mar 20, 2020 at 4:45 PM rana-aere > wrote: > > > > Thank you for making the ticket and making a patch. > > > &

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-20 Thread rana-aere
r's group? 2020年3月20日金曜日 17時08分40秒 UTC+9 Dima Pasechnik: > > > > On Friday, March 20, 2020 at 3:27:18 AM UTC+8, rana-aere wrote: >> >> Yes, I am aware of it. >> I have intension to help developing Mac Application. >> In August, I can spare time to t

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread rana-aere
ter of fact, we might currently be lacking developers with > knowledge of these MacOS-specific things. (I suggest that > SageMath-*.app should not be used, instead use terminal-based ways to > start Sage) > > On Fri, Mar 20, 2020 at 2:35 AM rana-aere > wrote: > >

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread rana-aere
I am interested in one aspect. For "security", MacOS might restrict softwares access to directories. If someone tries this and find some difference, maybe some more users will be helped. Step 1. Remove the /Applications/SageMath-9.0.app which does not work. (This test is for such SageMath-9.0.app

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread rana-aere
I think SageMath-9.0.app has less records in log file. I suspect it is not anything planned. When SageMath-9.0.app terminates abnormally, some messages for log file is lost. This loss has one explanation, which is the --line-buffered option of grep is turned off in SageMath-9.0.app. Since I belie

[sage-support] Re: Cannot open sage after install.

2020-03-07 Thread rana-aere
High, you are not alone in this endeavor. Comments in "Does SageMath work on Mac OS 10.14.6" of sage-support-group might help. But first, please make sure you have not invoked sage before you movesage to desktop. Sage rewrites the links inside its code when it is invoked for the first time, (thro

Re: [sage-support] Re: Does SageMath work on Mac OS 10.14.6

2020-02-25 Thread rana-aere
Yes, giving permission to run SageMath-9.0.app is essential. But here is a problem. On MacOS 10.14, security control is made much strict. GUI interface for giving permission is now impossible for applications with wrong signature. (For application without signature, MacOS 10.14 behaves similarl

[sage-support] Re: Does SageMath work on Mac OS 10.14.6

2020-02-25 Thread rana-aere
Yes, I installed SageMath-9.0.app (from disk image file) on MacOS 10.14.6. In Ask Sagemath, I explained how I managed it. The subject is "SageMath-9.0 authentication error". On the other hand, I feel your SageMath-9.0.app has slightly different problem. I guess there are two similar issues in Sag

[sage-support] Re: connection to note book

2020-02-24 Thread rana-aere
I experienced a similar error. The trouble is that loading-page.html has a incorrect address localhost:8080 for jupyter notebook. The connection to Jupyter notebook is localhost:/ not localhost:8080 now. I assume your started Mac Application of Sagemath by Double click, Dock or LaunchPad.