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
python3 main.py
Traceback (most recent call last):
File "/Users/lay/python/jd-assistant-master/main.py", line 3, in
from jd_assistant import Assistant
File "/Users/lay/python/jd-assistant-master/jd_assistant.py", line 18, in
from util import (
File "/Users/lay/python/jd-assistant-master/util.py", line 12, in
from Crypto.PublicKey import RSA
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Crypto/PublicKey/init.py", line 21, in
from Crypto.Util.asn1 import (DerSequence, DerInteger, DerBitString,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Crypto/Util/asn1.py", line 27, in
from Crypto.Util.number import long_to_bytes, bytes_to_long
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Crypto/Util/number.py", line 399
s = pack('>I', n & 0xffffffffL) + s
^
SyntaxError: invalid hexadecimal literal
The text was updated successfully, but these errors were encountered:
python3 main.py
Traceback (most recent call last):
File "/Users/lay/python/jd-assistant-master/main.py", line 3, in
from jd_assistant import Assistant
File "/Users/lay/python/jd-assistant-master/jd_assistant.py", line 18, in
from util import (
File "/Users/lay/python/jd-assistant-master/util.py", line 12, in
from Crypto.PublicKey import RSA
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Crypto/PublicKey/init.py", line 21, in
from Crypto.Util.asn1 import (DerSequence, DerInteger, DerBitString,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Crypto/Util/asn1.py", line 27, in
from Crypto.Util.number import long_to_bytes, bytes_to_long
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/Crypto/Util/number.py", line 399
s = pack('>I', n & 0xffffffffL) + s
^
SyntaxError: invalid hexadecimal literal
The text was updated successfully, but these errors were encountered: