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'm developing a code with telethon, It runs well for a while, but it crashes later and I cannot load it again because it cannot import pyaes. So, I need to restart my PC to load it again. the error is next:
Traceback (most recent call last):
File "analizador.py", line 9, in <module>
from telethon.sync import TelegramClient, events
File "/home/gabriel/.local/lib/python3.7/site-packages/telethon/__init__.py", line 1, in <module>
from .client.telegramclient import TelegramClient
File "/home/gabriel/.local/lib/python3.7/site-packages/telethon/client/__init__.py", line 12, in <module>
from .telegrambaseclient import TelegramBaseClient
File "/home/gabriel/.local/lib/python3.7/site-packages/telethon/client/telegrambaseclient.py", line 11, in <module>
from ..crypto import rsa
File "/home/gabriel/.local/lib/python3.7/site-packages/telethon/crypto/__init__.py", line 6, in <module>
from .aes import AES
File "/home/gabriel/.local/lib/python3.7/site-packages/telethon/crypto/aes.py", line 9, in <module>
import pyaes
File "/usr/local/lib/python3.7/dist-packages/pyaes/__init__.py", line 51, in <module>
from .aes import AES, AESModeOfOperationCTR, AESModeOfOperationCBC, AESModeOfOperationCFB, AESModeOfOperationECB, AESModeOfOperationOFB, AESModesOfOperation, Counter
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 724, in exec_module
File "<frozen importlib._bootstrap_external>", line 857, in get_code
File "<frozen importlib._bootstrap_external>", line 525, in _compile_bytecode
ValueError: bad marshal data (unknown type code)
may you help me?, please
The text was updated successfully, but these errors were encountered:
I'm developing a code with telethon, It runs well for a while, but it crashes later and I cannot load it again because it cannot import pyaes. So, I need to restart my PC to load it again. the error is next:
may you help me?, please
The text was updated successfully, but these errors were encountered: