Re: [sage-support] User Defined Embedding in Number fields

2017-11-10 Thread Vincent Delecroix
Hi, Could you provide some concrete examples you are working with? On 08/11/2017 06:48, Abhishek Bharadwaj wrote: I would like to know whether is it possible to define embedding between number fields explicitly rather than using the .embedding command. For instance, Given 2 "isomorphic" number

[sage-support] Re: Sage matplotlib OSX

2017-11-10 Thread François Bissey
This complains about objective-C. Try CC=clang OBJC=clang François On Friday, November 10, 2017 at 12:35:48 PM UTC+13, Ahmed Allibhoy wrote: > > Hi, > > I am trying to install matplotlib on sage with the OSX backend so I can > get interactive plots. Using > > sage -pip install -U matplotli

[sage-support] Re: Sage matplotlib OSX

2017-11-10 Thread Ahmed Allibhoy
Thanks, I tried that and it didn't work. I also tried cloning the matplotlib repository in git and adding the following to setup.py os.environ['CC'] = clang os.environ['OBJC'] = clang Build and installation ran successfully, but when I try to use matplotlib I get the following terminat

[sage-support] Re: Sage matplotlib OSX

2017-11-10 Thread Dima Pasechnik
you may try to completely build Sage with clang, using the branch here: https://trac.sagemath.org/ticket/12426 On Friday, November 10, 2017 at 11:21:21 PM UTC, Ahmed Allibhoy wrote: > > Thanks, I tried that and it didn't work. I also tried cloning the > matplotlib repository in git and adding the

[sage-support] Re: Sage matplotlib OSX

2017-11-10 Thread Nathan Dunfield
There are some instructions here for how to build the Tk GUI backend on macOS: https://bitbucket.org/nathan_dunfield/nplot This is distinct from the "native" macOS backend that you're trying to compile, but it works just fine in my experience. Nathan -- You received this message because you