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

Fails to run with python3.9 due to older version of pycryptodome dependency #14

Open
coach-kc opened this issue Nov 5, 2024 · 0 comments

Comments

@coach-kc
Copy link

coach-kc commented Nov 5, 2024

I am trying to use this library with python3.9 but I get the following error

from Crypto.Util.number import long_to_bytes  File "/layers/google.python.pip/pip/lib/python3.9/sitepackages/Crypto/Util/number.py", line 399
s = pack('>I', n & 0xffffffffL) + **s**

Looks like it is related to the older version of the dependency pycryptodome . Could we please merge the open PR to bump up the version on pycryptodome?

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

1 participant