[New-bugs-announce] [issue33857] python exception on Solaris : code for hash blake2b was not found

goron report at bugs.python.org
Thu Jun 14 06:37:39 EDT 2018


New submission from goron <gilad.oron at gmail.com>:

Hi
I'm running python 3.6 on solaris and i'm always getting this error:

ERROR:root:code for hash blake2b was not found.
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
ValueError: unsupported hash type blake2s

I have found that hashlib.so is missing in my library and the error is disappear when commenting out the import to  'blake2b' and 'blake2s' @ hashlib.py

Is this issue was fixed in later versions or a patches?
What should i do?
Thanks

----------
components: Extension Modules
messages: 319508
nosy: goron
priority: normal
severity: normal
status: open
title: python exception on Solaris : code for hash blake2b was not found
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33857>
_______________________________________


More information about the New-bugs-announce mailing list