Skip to content
New issue

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

AttributeError: function/symbol 'SHA256_init' not found in library #128

Open
xwang71785 opened this issue Nov 22, 2021 · 2 comments
Open

Comments

@xwang71785
Copy link

Ubuntu 20.04, Anaconda3, SONY DPT-RP1

$ dptrp1 register
Found Digital Paper with serial number 6215518
Found digital paper at 10.168.202.130

but got following error:
AttributeError: function/symbol 'SHA256_init' not found in library
undefined symbol: SHA256_init
ValueError: Hash type incompatible to HMAC

tried solution:
pip install pycryptodome==3.10.1
but problem still exists

@fx-kirin
Copy link

Uninstall pycrypto and reinstall pycryptodome. It worked for me.

pip uninstall pycrypto
pip uninstall pycryptodome
pip install pycryptodome

@2tank
Copy link

2tank commented Mar 12, 2024

real real thanks dude!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants