You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I am trying to use this library with python3.9 but I get the following error
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 onpycryptodome
?The text was updated successfully, but these errors were encountered: