Home > Back-end >  Error running Telegram bot "CallbackContext"
Error running Telegram bot "CallbackContext"

Time:01-03

I have a problem setting up a bot on another system My Telegram bot works properly on the system, but gives various errors as soon as it is transferred to another system All used libraries are installed

ImportError: cannot import name 'CallbackContext' from 'telegram.ext'

CodePudding user response:

with updating python-telegram-bot(upgrading in Python) you problem would be solved

  • Related