New submission from goron <gilad.o...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue33857> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com