Python - trouble with running with haslib error -- fixed
I was getting an error with Python 2.7 after coming in this morning and running a script.
Here is the error:
ValueError: unsupported hash type sha512
Along with a LOT of console output. This was what got repeated over and over.
Here is the fix Work around with Open …