Ask Your Question

LouP's profile - activity

2022-03-22 22:43:05 +0200 commented answer Why failure to launch python 3.9 in script?

Thanks. That worked.

2022-03-16 17:07:45 +0200 asked a question Why failure to launch python 3.9 in script?

Why failure to launch python 3.9 in script? On My Mac I've downloaded Sage 9.4 which has Python 3.9 and put it into my A

2022-03-16 16:27:09 +0200 commented question Where is numpy, scipy, etc. for Python 3.7 ??

Hi, Mr. Palmieri. Yes, I am using Mac OS X. (see my answer to why no numpy was in my older Sage package in this post).

2022-03-16 16:15:46 +0200 answered a question Where is numpy, scipy, etc. for Python 3.7 ??

I've found the answer to my question about not importing numpy or scipy. A Python 3.7 version of either library did not

2022-03-15 19:45:26 +0200 asked a question Where is numpy, scipy, etc. for Python 3.7 ??

Where is numpy, scipy, etc. for Python 3.7 ?? I have Sagemath installed on my Mac with Python versions 2.7 and 3.7 in th

2020-04-15 23:18:12 +0200 received badge  Famous Question (source)
2020-04-15 21:56:54 +0200 received badge  Student (source)
2018-10-26 21:57:13 +0200 received badge  Notable Question (source)
2018-07-13 10:13:28 +0200 received badge  Popular Question (source)
2017-02-28 14:33:37 +0200 commented answer increase GAP memory via Python script?

Thanks. Will try.

2017-02-28 14:33:37 +0200 commented question increase GAP memory via Python script?

kcrisman. 10.11 It's the version that was available online. Did I miss something?

2017-02-10 18:09:43 +0200 asked a question increase GAP memory via Python script?

I'm trying to find the automorphism group of a large network (roughly 5000 nodes). I get the following memory error message:

RuntimeError: Gap produced error output Error, reached the pre-set memory limit (change it with the -o command line option)

I'm running Sage in a Python script (i.e. accessing Sage by importing its functions and calling them). Obviously, one of the Sage functions calls GAP. But how do I increase the memory for GAP (and Sage if applicable?). The command line option above can't be passed directly to GAP. Is there some way to deal with this? Yes, I've googled for this, but found nothing.

I'm running Sage 10.11 on a Mac Pro with 32 GB of memory. Mac OS 10.10.5. Thanks for any suggestions.