Issue33857
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) * ![]() |
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:01 | admin | set | github: 78038 |
| 2022-01-06 11:15:45 | iritkatriel | set | status: open -> closed nosy:
+ iritkatriel resolution: out of date |
| 2018-06-14 10:37:39 | goron | create | |
