gpt4 book ai didi

python - 导入错误: cannot import name 'sync'

转载 作者:行者123 更新时间:2023-12-01 09:17:52 24 4
gpt4 key购买 nike

我正在尝试从 telethon 运行以下示例代码:

from telethon import TelegramClient, sync

# These example values won't work. You must get your own api_id and
# api_hash from https://my.telegram.org, under API Development.
api_id = 12345
api_hash = '0123456789abcdef0123456789abcdef'

client = TelegramClient('session_name', api_id, api_hash)
client.start()

但我收到以下错误:

[root@server cli]# python3.6 client.py
Traceback (most recent call last):
File "client.py", line 1, in <module>
from telethon import TelegramClient, sync
ImportError: cannot import name 'sync'

我还尝试使用以下命令安装同步:

pip3.6 install sync

对这个问题有什么想法吗?

最佳答案

结果发现软件包安装已损坏。因此,我重新安装了该软件包,现在一切正常。

卸载电视马拉松:

pip uninstall telethon

然后再次安装:

pip install telethon

关于python - 导入错误: cannot import name 'sync' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51068439/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com