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.

classification
Title: python exception on Solaris : code for hash blake2b was not found
Type: behavior Stage: resolved
Components: Extension Modules Versions: Python 3.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: goron, iritkatriel
Priority: normal Keywords:

Created on 2018-06-14 10:37 by goron, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg319508 - (view) Author: goron (goron) Date: 2018-06-14 10:37
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
msg409826 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2022-01-06 11:15
Python 3.6 is no longer maintained. Please create a new issue if you are seeing this problem on a current (>= 3.9) version of Python.
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 78038
2022-01-06 11:15:45iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg409826

resolution: out of date
stage: resolved
2018-06-14 10:37:39goroncreate