On 2016-05-20 15:01, Nathan Dunfield wrote:
When trying to build Sage 7.2 from source on OS X (10.8 and 10.9), I get
the following error (complete logs also attached):

That is very strange. It seems that your installation of jupyter_core is using *setuptools* instead of *distutils*. There is this oddity in setup.py:

if 'setuptools' in sys.modules:
    setup_args.update(setuptools_args)
    setup_args.pop('scripts', None)

It's like if setuptools is loaded for whatever reason, then setuptools will be used to install jupyter_core. The question is: why was setuptools loaded in the first place? Do you have any custom Python packages installed which could do this?

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to