I believe I was able to resolve the issue with mpc-1.1.0 by loading a more
recent version of the texinfo package! Hopefully others who have this issue
will be able to resolve it similarly.
However, I ended up running into this issue when running make again:
Error building Sage.
The following pac
On Tue, Mar 24, 2020 at 4:51 PM Kashif Bari wrote:
>
> I believe I was able to resolve the issue with mpc-1.1.0 by loading a more
> recent version of the texinfo package! Hopefully others who have this issue
> will be able to resolve it similarly.
>
> However, I ended up running into this issue
Dear all,
In previous versions of Sagemath, this worked fine:
f= 1/(1-x)
print( maxima(f,x).powerseries(x,0) )
Now, in Sage 9.0, this raises the error:
TypeError: new_name must be a string
I would be very grateful for any help.
--
You received this message because you are subscribed to the
What is this syntax maxima(f, x) intended for? Just use
sage: maxima(f).powerseries(x,0)
'sum(_SAGE_VAR_x^i3,i3,0,inf)
I hardly understand why it worked in previous versions.
Le 24/03/2020 à 14:13, mendes a écrit :
Dear all,
In previous versions of Sagemath, this worked fine:
f= 1/(1-x)
prin
Thank you very much Vincent !!!
On Tue, Mar 24, 2020 at 10:19 AM Vincent Delecroix <
20100.delecr...@gmail.com> wrote:
> What is this syntax maxima(f, x) intended for? Just use
>
> sage: maxima(f).powerseries(x,0)
> 'sum(_SAGE_VAR_x^i3,i3,0,inf)
>
> I hardly understand why it worked in previous v
On Tue, Mar 24, 2020 at 9:13 PM mendes wrote:
>
> Dear all,
>
> In previous versions of Sagemath, this worked fine:
>
> f= 1/(1-x)
> print( maxima(f,x).powerseries(x,0) )
>
> Now, in Sage 9.0, this raises the error:
>
> TypeError: new_name must be a string
is there any reason you cannot simply d
Hi Dima,
I am building locally, as this is a university cluster and I only have
access to my local directories.
Unfortunately, this did not resolve the issue and this line was added to my
output:
[sqlite-3270100] configure: WARNING: unrecognized options:
--disable-maintainer-mode
In the log fil
On Wed, 25 Mar 2020, 02:21 Kashif Bari, wrote:
> Hi Dima,
>
> I am building locally, as this is a university cluster and I only have
> access to my local directories.
>
by "local" I mean the filesystem on a disk physically in the machine you
are using,
as opposed to a networked file system, ofte
I do not believe I I have permissions to build on a disk physically in the
machine being used. The scratch folder is where I was told to install any
software that I wish to use. The home directory that I have is not large
enough to install anything.
On Tue, Mar 24, 2020 at 8:43 PM Dima Pasechnik
On Wed, 25 Mar 2020, 14:19 Kashif Bari, wrote:
> I do not believe I I have permissions to build on a disk physically in the
> machine being used.
>
you may ask for, at least, explaining that you have a problem with skew
timestamps.
The scratch folder is where I was told to install any software
10 matches
Mail list logo