You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2019. It is now read-only.
So I tried building an image using the sage binary package from AIMS. So this just used the ubuntu base image, added their PPA to the repository list, and then installed the sage package. Also followed up with an apt-git clean. The image still came out to 4.748 GB--certainly less than 7.3 GB but still a lot.
$ sage -t -a
init.sage does not exist ... creating
Traceback (most recent call last):
File "/usr/lib/sagemath/local/bin/sage-list-packages", line 54, in <module>
for p in os.listdir(SAGE_PKGS):
OSError: [Errno 2] No such file or directory: '/usr/lib/sagemath/build/pkgs'
no stored timings available
Running doctests with ID 2016-02-16-11-34-11-df9e8b1b.
Using --optional=sage
Doctesting entire Sage library.
Traceback (most recent call last):
File "/usr/lib/sagemath/local/bin/sage-runtests", line 88, in <module>
err = DC.run()
File "/usr/lib/sagemath/local/lib/python2.7/site-packages/sage/doctest/control.py", line 1035, in run
self.expand_files_into_sources()
File "/usr/lib/sagemath/local/lib/python2.7/site-packages/sage/doctest/control.py", line 644, in expand_files_into_sources
self.sources = [FileDocTestSource(path, self.options) for path in expand()]
File "/usr/lib/sagemath/local/lib/python2.7/site-packages/sage/doctest/sources.py", line 494, in __init__
raise ValueError("unknown file extension %r"%ext)
ValueError: unknown file extension ''
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Advantage of building from binaries:
Advantage of source build:
The text was updated successfully, but these errors were encountered: