Hi all,

I just downloaded the .tar.gz file on boxen, unpacked it and tried to run sage:

charles@light:~/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux$ ./sage
----------------------------------------------------------------------
| Sage Version 5.3.beta1, Release Date: 2012-08-12                   |
| Type "notebook()" for the browser-based notebook interface.        |
| Type "help()" for help.                                            |
----------------------------------------------------------------------
**********************************************************************
*                                                                    *
* Warning: this is a prerelease version, and it may be unstable.     *
*                                                                    *
**********************************************************************
The Sage installation tree may have moved
(from /release/merger/sage-5.3.beta1 to /home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux).
Changing various hardcoded paths...
(Please wait at most a few minutes.)
DO NOT INTERRUPT THIS.
Done resetting paths.
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-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/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-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/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-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/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-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/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-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/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-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/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/bin/sage-ipython", line 18, in <module>
    import IPython
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python2.7/site-packages/IPython/__init__.py", line 58, in <module>
    __import__(name,glob,loc,[])
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python2.7/site-packages/IPython/ipstruct.py", line 17, in <module>
    from IPython.genutils import list2dict2
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python2.7/site-packages/IPython/genutils.py", line 53, in <module>
    from IPython.external.path import path
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python2.7/site-packages/IPython/external/path.py", line 35, in <module>
    import md5
File "/home/charles/Downloads/sage-5.3.beta1-sage.math.washington.edu-x86_64-Linux/local/lib/python/md5.py", line 10, in <module>
    from hashlib import md5
ImportError: cannot import name md5


--
Charles Bouillaguet
http://www.di.ens.fr/~bouillaguet/

--
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org



Reply via email to