This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author goron
Recipients goron
Date 2018-06-14.10:37:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528972659.33.0.947875510639.issue33857@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-06-14 10:37:39goronsetrecipients: + goron
2018-06-14 10:37:39goronsetmessageid: <1528972659.33.0.947875510639.issue33857@psf.upfronthosting.co.za>
2018-06-14 10:37:39goronlinkissue33857 messages
2018-06-14 10:37:39goroncreate