from pyrogram import idle ImportError: cannot import name 'idle' from 'pyrogram'
ivan-bryliant opened this issue · 1 comments
ivan-bryliant commented
error:```
Traceback (most recent call last):
File "C:\Users\Desktop\Mega.nz-Bot-main\megadl_main_.py", line 6, in
from pyrogram import idle
ImportError: cannot import name 'idle' from 'pyrogram' (C:\Users\LENOVO\AppData\Local\Programs\Python\Python310\lib\site-packages\pyrogram_init_.py)
Itz-fork commented
Update pyrogram to the latest version (2.0.30
) and try again