[sage-support] Re: Seaborn in sage

2016-07-27 Thread Laurent Decreusefond
My version is on El Capitan 10.11.6 Le mercredi 27 juillet 2016 22:08:55 UTC+2, leif a écrit : > > Laurent Decreusefond wrote: > > Thanks to your remarks, I realized that I had an old beta-version of > > Xcode (7.1) which was in conflict with the actual version (7.3.1). I > > relaunched the ins

[sage-support] Re: Seaborn in sage

2016-07-27 Thread leif
Laurent Decreusefond wrote: > Thanks to your remarks, I realized that I had an old beta-version of > Xcode (7.1) which was in conflict with the actual version (7.3.1). I > relaunched the install with the correct version of Xcode and everything > went smoothly. Thanks for your answers. Oh, interest

[sage-support] Re: Seaborn in sage

2016-07-27 Thread leif
Laurent Decreusefond wrote: > I will try this one since I'm already working on a fresh, compiled from > source, version of Sage. If you have Sage's GCC built on *your* system, the issue with movq will disappear (since GCC checks exactly that feature of the assembler at its *build* time). But you

[sage-support] Re: Seaborn in sage

2016-07-27 Thread Laurent Decreusefond
Thanks to your remarks, I realized that I had an old beta-version of Xcode (7.1) which was in conflict with the actual version (7.3.1). I relaunched the install with the correct version of Xcode and everything went smoothly. Thanks for your answers. Le mercredi 27 juillet 2016 20:46:40 UTC+2,

[sage-support] Re: Seaborn in sage

2016-07-27 Thread Laurent Decreusefond
I will try this one since I'm already working on a fresh, compiled from source, version of Sage. Le mercredi 27 juillet 2016 19:45:55 UTC+2, leif a écrit : > > Dima Pasechnik wrote: > > errors like you get: > > > > > > /var/folders/md/71gv03bs6mx4qxg933r_k_x4gn/T//ccSLsnmg.s:984:suffix

[sage-support] Re: Seaborn in sage

2016-07-27 Thread leif
Nathan Dunfield wrote: > On Wednesday, July 27, 2016 at 3:30:47 AM UTC-5, Dima Pasechnik wrote: > > errors like you get: > > > /var/folders/md/71gv03bs6mx4qxg933r_k_x4gn/T//ccSLsnmg.s:984:suffix > or operands invalid for `movq' > > > indicate that your Sage's compiler toolchai

[sage-support] Re: Seaborn in sage

2016-07-27 Thread Nathan Dunfield
On Wednesday, July 27, 2016 at 3:30:47 AM UTC-5, Dima Pasechnik wrote: > > errors like you get: > > > /var/folders/md/71gv03bs6mx4qxg933r_k_x4gn/T//ccSLsnmg.s:984:suffix or > operands invalid for `movq' > > > indicate that your Sage's compiler toolchain is broken in some way, > probably incom

[sage-support] Re: Seaborn in sage

2016-07-27 Thread leif
Dima Pasechnik wrote: > errors like you get: > > > /var/folders/md/71gv03bs6mx4qxg933r_k_x4gn/T//ccSLsnmg.s:984:suffix or > operands invalid for `movq' > > > indicate that your Sage's compiler toolchain is broken in some way, > probably incompatible with your hardware. > A way to fix this

[sage-support] Re: Seaborn in sage

2016-07-27 Thread Dima Pasechnik
errors like you get: /var/folders/md/71gv03bs6mx4qxg933r_k_x4gn/T//ccSLsnmg.s:984:suffix or operands invalid for `movq' indicate that your Sage's compiler toolchain is broken in some way, probably incompatible with your hardware. A way to fix this would be to build Sage from source. On W

[sage-support] Re: Seaborn in sage

2016-07-27 Thread Laurent Decreusefond
Thanks. I tried to do it in the command line on a fresh install of Sage 7.2 and I got this error message (the full log is attached) : [snip] In file included from /Users/Laurent/Downloads/sage-7.2/local/lib/python2.7/site-packages/numpy-1.11.0-py2.7-macosx-10.9-x86_64.egg/numpy/core/include

[sage-support] Re: Seaborn in sage

2016-07-24 Thread Andrey Novoseltsev
While it is not included, you can install it yourself via pip (SageMathCell does it): sage -pip install seaborn On Saturday, 23 July 2016 13:17:26 UTC-6, Laurent Decreusefond wrote: > > I recently discovered Seaborn, which is a visualization library on top > of matplotlib. It doesn't seem to be