Skip to content

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

@coach-kc

Description

@coach-kc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions