Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?!