We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing per the instructions, I would get "unsupported hash type ripemd160" errors.
I found this on stack overflow, which fixed the problem: https://stackoverflow.com/questions/72409563/unsupported-hash-type-ripemd160-with-hashlib-in-python
However, maybe this is related to the other issue I submitted on the "Password Error". #15
The text was updated successfully, but these errors were encountered:
Interesting - thanks, I'll take a look
Sorry, something went wrong.
What operating system and Python version are you running? I'm wondering if there's an out of date library being referenced in the Terra SDK.
I was using python 3.10 on ubuntu 18
No branches or pull requests
After installing per the instructions, I would get "unsupported hash type ripemd160" errors.
I found this on stack overflow, which fixed the problem:
https://stackoverflow.com/questions/72409563/unsupported-hash-type-ripemd160-with-hashlib-in-python
However, maybe this is related to the other issue I submitted on the "Password Error". #15
The text was updated successfully, but these errors were encountered: