TIL/Linux

[Telegrambot error] ImportError: cannot import name 'InlineKeyboardMarkup'

inistory 2021. 1. 11. 02:34

에러

Traceback (most recent call last):  File "bot.py", line 8, in <module>    
from telegram import InlineKeyboardMarkup
ImportError: cannot import name 'InlineKeyboardMarkup'

 

 

해결방법

pip uninstall python-telegram-bot
pip install python-telegram-bot --upgrade