Traceback (most recent call last):
File "/home/id/ufonet/./ufonet", line 10, in
from core.main import UFONet
File "/home/id/ufonet/core/main.py", line 14, in
from Crypto.Cipher import AES
File "/usr/local/lib/python3.11/dist-packages/Crypto/Cipher/init.py", line 3, in
from Crypto.Cipher._mode_ecb import _create_ecb_cipher
File "/usr/local/lib/python3.11/dist-packages/Crypto/Cipher/_mode_ecb.py", line 29, in
from Crypto.Util._raw_api import (load_pycryptodome_raw_lib,
File "/usr/local/lib/python3.11/dist-packages/Crypto/Util/_raw_api.py", line 256
except OSError, exp:
^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
I run "python3 ufonet" and get this.Please help me how to fix this error
I run "python3 ufonet" and get this.Please help me how to fix this error