plone4.2.5 ubuntu12.10 64bit“ERROR:root:找不到哈希sha512的代码。”

时间:2013-03-31 17:08:28

标签: python ubuntu-12.10 hashlib

我正在尝试在Ubuntu 12.10 64位机器上安装Plone 4.2.5。但得到:

  

“错误:root:找不到哈希sha512的代码。”,“。/ install.sh standalone”

错误日志

$ ./install.sh standalone
Stand-Alone Zope Instance selected

Detailed installation log being written to /home/criticalboot/Downloads/Plone-4.2.5-UnifiedInstaller/install.log

Rootless install method chosen. Will install for use by system user criticalboot

Installing Plone 4.2.5 at /home/criticalboot/Plone

Python found at /home/criticalboot/Plone/Python-2.7/bin/python; Skipping Python install.
Found existing buildout cache at /home/criticalboot/Plone/buildout-cache; skipping step.
Generating random password ...

ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
  File "/home/criticalboot/Plone/Python-2.7/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/criticalboot/Plone/Python-2.7/lib/python2.7/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/criticalboot/Plone/Python-2.7/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/criticalboot/Plone/Python-2.7/lib/python2.7/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/criticalboot/Plone/Python-2.7/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/criticalboot/Plone/Python-2.7/lib/python2.7/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/criticalboot/Plone/Python-2.7/lib/python2.7/hashlib.py", line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/home/criticalboot/Plone/Python-2.7/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha512

0 个答案:

没有答案