Ask Your Question

dev_dbg's profile - activity

2013-02-04 04:13:54 +0200 received badge  Famous Question (source)
2012-12-06 05:58:18 +0200 received badge  Notable Question (source)
2012-11-13 16:43:38 +0200 received badge  Popular Question (source)
2012-09-01 15:50:09 +0200 commented question Error during installation : code for hash md5 was not found.

Looking further into the error, it occurs here: ./sage -b ---------------------------------------------------------- sage: Building and installing modified Sage library files. Installing c_lib

2012-09-01 14:54:11 +0200 asked a question Error during installation : code for hash md5 was not found.

I am trying to install Sage-5.2 on Redhat 6.3 in a nonstandard directory and during the installation I get this error:

    ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/local/eit-linux/storage/sage-5.2-linux-64bit-red_hat_enterprise_linux_server_release_5.6_tikanga-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/local/eit-linux/storage/sage-5.2-linux-64bit-red_hat_enterprise_linux_server_release_5.6_tikanga-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 "/local/eit-linux/storage/sage-5.2-linux-64bit-red_hat_enterprise_linux_server_release_5.6_tikanga-x86_64-Linux/local/lib/python/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/local/eit-linux/storage/sage-5.2-linux-64bit-red_hat_enterprise_linux_server_release_5.6_tikanga-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

This is one of the many errors similar to this kind. I am downloading Sage-5.2 again and going to try installing again, but this has happened twice now.