-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
sign_encrypt.py: Issue with pycryptodome #3865
Comments
Hi @ldebieve , indeed this is known and "has been fixed". The thing is that Linux distros are all in different state in the transition of Python version and packages, so we have unfortunately ended up in a situation where it's hard to come up with a bulletproof solution working across all Linux distros. See discussion around it in these threads (thread1, thread2). Ubuntu 18.04 with correct packages installed as described in the documentation shall work. |
Thanks @jbech-linaro. |
Thanks @jbech-linaro |
Confirmed OK, sorry for the noise. |
Hi all,
I'm currently trying to build OPTEE OS master branch.
Using the Python3.6 or Python3.8, I'm facing an issue with the sign_encrypt.py script.
I've no pre-install pycrypto library installed and the cryptodome is installed to Crypto folder.
Looking into the script sign_encrypt.py, it looks for a Cryptodome class.
It seems that when pycrypto is installed first, pycryptodome seems to be installed in a Cryptodome folder.
Is it a known issue or just an personal environment issue?
Thanks
Lionel
The text was updated successfully, but these errors were encountered: