Ask Your Question

Ackbach's profile - activity

2017-01-27 17:10:25 +0200 commented answer Cannot use pip because pip is configured with locations that require TLS/SSL

This solution doesn't work for me. I still get the SSL problem mentioned in the OP. Do you have to uninstall pip in sage?

2017-01-27 16:17:48 +0200 received badge  Famous Question (source)
2013-11-28 05:38:40 +0200 received badge  Notable Question (source)
2013-10-12 15:34:54 +0200 received badge  Popular Question (source)
2013-06-25 18:47:03 +0200 commented answer glibc 2.17 dependency

@tmonteil: True, although I was hoping for a speedup due to the compilation process being more machine-specific.

2013-06-25 18:43:44 +0200 commented question Can I access my notebook worksheets in another computer via my account?

It seems to me that there should be a more elegant way to do it, though. Suppose, for example, there's one machine with Win7/VirtualBox, and another with plain Linux and direct Sage. Can the two computers share the same "workspace", such that when you log into one computer or you log into the other computer, you see the same worksheets? Sort of a "DropBox" for Sage?

2013-06-21 12:11:41 +0200 commented answer glibc 2.17 dependency

Installed Xubuntu 13.04, and then compiled Sage from source. It took a very long time - in fact I let it go overnight. Hopefully, it'll be worth it in increased speed of use. Thanks again for your solution! I tried plotting, and it works!

2013-06-20 11:53:18 +0200 marked best answer glibc 2.17 dependency

You can see this answer, which explains where your problem is coming from. Unfortunately, Sage does not provides binaries for 32-bit Ubuntu LTS (see also this sage-devel thread)

Hence, the remaining options seem to be:

2013-06-20 11:53:18 +0200 received badge  Scholar (source)
2013-06-20 11:53:14 +0200 commented answer glibc 2.17 dependency

Thanks for that info. I've opted for #3, because I ran into a severe package problem with wine, and this seems the path of least resistance. I might compile sage anyway, for speed.

2013-06-20 11:16:47 +0200 received badge  Supporter (source)
2013-06-19 18:46:33 +0200 commented question glibc 2.17 dependency

No, because I don't have a 64-bit system. Is there a Sage 5.9 for ubuntu 12.04 32-bit?

2013-06-19 18:07:54 +0200 asked a question glibc 2.17 dependency

Running Xubuntu 12.04 on an HP Compaq nc8430. 2 GB RAM. I installed Sage 5.9. I can get into the notebook interface and do some algebra and calculus. However, when I try to plot something, I get errors. Here's the traceback:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_2.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -- coding: utf-8 --\n" + _support_.preparse_worksheet_cell(base64.b64decode("Y2lyY2xlKCgwLDApLCAxLCByZ2Jjb2xvcj0oMSwxLDApKQ=="),globals())+"\n"); execfile(os.path.abspath("___code___.py")) File "", line 1, in <module> File "/tmp/tmp1iswRL/___code___.py", line 3, in <module> exec compile(u'circle((_sage_const_0 ,_sage_const_0 ), _sage_const_1 , rgbcolor=(_sage_const_1 ,_sage_const_1 ,_sage_const_0 )) File "", line 1, in <module> File "sage_object.pyx", line 154, in sage.structure.sage_object.SageObject.__repr__ (sage/structure/sage_object.c:1897)
File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/sage/plot/graphics.py", line 825, in _repr_ self.show() File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/sage/misc/decorators.py", line 456, in wrapper return func(args, kwds) File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/sage/plot/graphics.py", line 1793, in show self.save(kwds) File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/sage/misc/decorators.py", line 456, in wrapper return func(args, kwds) File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/sage/plot/graphics.py", line 2668, in save figure = self.matplotlib(options) File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/sage/plot/graphics.py", line 2170, in matplotlib from matplotlib.figure import Figure File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/matplotlib/__init__.py", line 133, in <module> from matplotlib.rcsetup import (defaultParams, File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/matplotlib/rcsetup.py", line 19, in <module> from matplotlib.colors import is_color_like File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/matplotlib/colors.py", line 52, in <module> import numpy as np File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/numpy/__init__.py", line 136, in <module> import add_newdocs File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module> from numpy.lib import add_newdoc File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in <module> from polynomial import * File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 17, in <module> from numpy.linalg import eigvals, lstsq File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 48, in <module> from linalg import * File "/opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 23, in <module> from numpy.linalg import lapack_lite ImportError: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by /opt/sage-5.9-linux-32bit-ubuntu_13.04-i686-Linux/local/lib/libgfortran.so.3)

What's troubling me a bit is that I'm seeing some ubuntu 13.04 stuff in there. That's not ... (more)