I just finished installing sage 5.0, but sadly I can't get it to work. It's 
complaining about unsupported hash types. I read on the internet there are more 
people having the problem. No solution found though.
Any help is very much appreciated!

I must mention that sage 4.8 has worked for me. (Until today, but nevermind it. 
I probably screwed it up by installing wrong python version or so, and I want 
5.0 anyway). 

Here is the exact error message:

----------------------------------------------------------------------
| Sage Version 5.0, Release Date: 2012-05-14                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha512
Traceback (most recent call last):
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/bin/sage-ipython",
 line 18, in <module>
    import IPython
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/__init__.py",
 line 58, in <module>
    __import__(name,glob,loc,[])
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/ipstruct.py",
 line 17, in <module>
    from IPython.genutils import list2dict2
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/genutils.py",
 line 28, in <module>
    import subprocess
  File 
"/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/subprocess.py",
 line 429, in <module>
    import select
ImportError: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.15' not found 
(required by 
/home/chiel/sage-5.0/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/lib-dynload/select.so)

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to