one can see in your log:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 16:
ordinal not in range(128)
this suggests non-ascii chars in some of your paths, or something "interesting"
with your locale.
Can you try running
LC_ALL=C ./sage -i pip
to see if this succeeds.
-
Thanks for the reply!
On Tuesday, August 14, 2018 at 5:22:31 PM UTC-4, Dima Pasechnik wrote:
>
> as you see at the end of the message:
> log file: /usr/local/sage-8.3/logs/pkgs/pip-9.0.3.log
>
> please attach it.
>
>
Done. Let me know if you have any suggestions...
--
You received this message
as you see at the end of the message:
log file: /usr/local/sage-8.3/logs/pkgs/pip-9.0.3.log
please attach it.
On Tuesday, August 14, 2018 at 9:16:14 PM UTC+3, Luis Finotti wrote:
>
> I've just tried to compile sage 8.3 from source on Debian Sid/Unstable. I
> don't see much in the screen right b
Hi Simon.
You surely know better than me :-)
There are many ways for getting help over the internet.
Kind regards.
Dominique.
--
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,
I've just tried to compile sage 8.3 from source on Debian Sid/Unstable. I
don't see much in the screen right before it fails:
[r-3.4.4.p0] mkdir -p -- /usr/local/sage-8.3/local/lib/R/modules
[r-3.4.4.p0] make[7]: Leaving directory
'/usr/local/sage-8.3/local/var/tmp/sage/build/r-3.4.4.p0/src/src
Le lundi 13 août 2018 22:39:04 UTC+2, William a écrit :
>
> On Mon, Aug 13, 2018 at 12:55 PM, Simon King > wrote:
> > Hi Dominique,
> >
> > On 2018-08-13, Dominique Laurain >
> wrote:
> >> PS : use asksagemath.org
> >
> > -1!
> >
> > There are people (I, for instance) who hate the guts
Le lundi 13 août 2018 19:12:11 UTC+2, Dominique Laurain a écrit :
>
> One line answer :
>
> a,b,x,y = var('a,b,x,y') ; solve([ x + y == a, x - 2*y == b
> ],x,y,dontsolve='a,b')
>
You don't even need that. Just specify that you want to solve for x and y :
sage: var("x,y,a,b")
(x, y, a, b)
sage:
On Tuesday, August 14, 2018 at 2:00:55 AM UTC+3, William wrote:
>
> On Mon, Aug 13, 2018 at 3:37 PM, pong >
> wrote:
> > On SAGE 8.2
> >
> > graphs.CompleteGraph(2).show()
> >
> > returns a diagram of two isolated points. Anyone can reproduce the same
> > issue?
>
> Yes, I see the same th
For CycleGraph(2) the fix was here:
https://git.sagemath.org/sage.git/commit?id=62c14676ba1e256b6293f210c2678407b01a7885
(in https://trac.sagemath.org/ticket/24512)
On Tuesday, August 14, 2018 at 11:31:13 AM UTC+3, Dima Pasechnik wrote:
>
> This is in fact https://trac.sagemath.org/ticket/22050
>
This is in fact https://trac.sagemath.org/ticket/22050
On Tuesday, August 14, 2018 at 1:37:10 AM UTC+3, pong wrote:
>
> On SAGE 8.2
>
> graphs.CompleteGraph(2).show()
>
> returns a diagram of two isolated points. Anyone can reproduce the same
> issue?
>
> Yet, graphs.CompleteGraph(2).edges() doe
At first I did use ./configure followed by make but I had the same issue. I
thought maybe "./bootstrap" or "autoreconf -fi" would have solved the
problem, but unfortunately no.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe fro
11 matches
Mail list logo