Ask Your Question

N3mo's profile - activity

2017-10-19 10:16:46 +0200 received badge  Student (source)
2017-10-19 09:49:37 +0200 received badge  Popular Question (source)
2017-10-19 09:49:37 +0200 received badge  Notable Question (source)
2015-05-28 13:02:44 +0200 received badge  Scholar (source)
2015-05-27 20:40:46 +0200 commented answer Install nauty on macOS

I can't upvote so Thank you it worked.

2015-05-27 19:41:38 +0200 commented answer Install nauty on macOS

right now brew( macos package manager) only installs the 6.5 version.

2015-05-27 13:19:36 +0200 asked a question Install nauty on macOS

I am trying to install nauty on my macos but When I used install_package("nauty") I got the following error

__main__:1:
************************************************************************\
********
The Sage function 'install_packages' is currently broken: it does not
correctly install new packages. Please use 'sage -i nauty' from a shell
prompt instead.
This issue is being tracked at
http://trac.sagemath.org/sage_trac/ticket/16759.
************************************************************************\
********

So I tried "sage -i nauty" from the terminal and I got the following error

[Traceback (most recent call last):
File "<stdin>", line 35, in <module>
File "/opt/homebrew-cask/Caskroom/sage/6.5/Sage-6.5.app/Contents/Resources/sage/local/lib/python/urllib.py",       line 240, in retrieve
 fp = self.open(url, data)
File "/opt/homebrew-cask/Caskroom/sage/6.5/Sage-6.5.app/Contents/Resources/sage/local/lib/python/urllib.py", line 208, in open
return getattr(self, name)(url)
File "/opt/homebrew-cask/Caskroom/sage/6.5/Sage-6.5.app/Contents/Resources/sage/local/lib/python/urllib.py", line 359, in open_http
return self.http_error(url, fp, errcode, errmsg, headers)
File "/opt/homebrew-cask/Caskroom/sage/6.5/Sage-6.5.app/Contents/Resources/sage/local/lib/python/urllib.py", line 376, in http_error
return self.http_error_default(url, fp, errcode, errmsg, headers)
File "<stdin>", line 17, in http_error_default
IOError: [Errno 404] Not Found: '//www.sagemath.org/spkg/optional/list'
Error: failed to download http://www.sagemath.org/spkg/optional/list, aborting

How should I install nauty now?!