小编Adi*_*ram的帖子

ImportError:无法从“telegram.ext”导入名称“Filters”

我已经安装了python-telegram-bot,如下所示:

pip install python-telegram-bot
Run Code Online (Sandbox Code Playgroud)

当我尝试这样做时:

from telegram.ext import Updater, CommandHandler, MessageHandler, Filters, CallbackContext
Run Code Online (Sandbox Code Playgroud)

我收到此错误:

ImportError: cannot import name 'Filters' from 'telegram.ext' (/home/mobitnlh/virtualenv/db_application/3.8/lib/python3.8/site-packages/telegram/ext/__init__.py)
Run Code Online (Sandbox Code Playgroud)

python python-telegram-bot

11
推荐指数
2
解决办法
5万
查看次数

标签 统计

python ×1

python-telegram-bot ×1