You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
I have search for days trying to fix this issue. I can't do nothing related to Bitcoin without it.
This is my code:
import hashlib
from Crypto.Hash import RIPEMD
r = hashlib.new('ripemd160')
this is my log:
Traceback (most recent call last):
File "error.py", line 4, in
r = hashlib.new('RIPEMD')
File "build/bdist.linux-x86_64/egg/hashlib.py", line 87, in __py_new
elif name in ('SHA512', 'sha512', 'SHA384', 'sha384'):
File "build/bdist.linux-x86_64/egg/hashlib.py", line 80, in __get_builtin_constructor
elif name in ('SHA256', 'sha256', 'SHA224', 'sha224'):
ValueError: unsupported hash type
Please help. I'm in Ubuntu 16.04.
Thanks.
Felipe.
The text was updated successfully, but these errors were encountered:
PhGalaz
changed the title
ripemd160 unsoported
ripemd160 unsupported
Aug 12, 2016
I have search for days trying to fix this issue. I can't do nothing related to Bitcoin without it.
This is my code:
import hashlib
from Crypto.Hash import RIPEMD
r = hashlib.new('ripemd160')
this is my log:
Traceback (most recent call last):
File "error.py", line 4, in
r = hashlib.new('RIPEMD')
File "build/bdist.linux-x86_64/egg/hashlib.py", line 87, in __py_new
elif name in ('SHA512', 'sha512', 'SHA384', 'sha384'):
File "build/bdist.linux-x86_64/egg/hashlib.py", line 80, in __get_builtin_constructor
elif name in ('SHA256', 'sha256', 'SHA224', 'sha224'):
ValueError: unsupported hash type
Please help. I'm in Ubuntu 16.04.
Thanks.
Felipe.
The text was updated successfully, but these errors were encountered: