Найти тему
Python [noob]

pyTelegramBotAPI import error: AttributeError: module ‘telebot’ has no attribute ‘TeleBot’

Чтоб избавиться от данной ошибки попробуйте удалить, через терминал, командой pip:

  • pyTelegramBotAPI
  • telebot

Если работайте в pyCharm, то откройте терминал

PyCharm
PyCharm

Пропишите команды:

  • pip3 uninstall telebot
  • pip uninstall telebot
  • pip3 uninstall pyTelegramBotAPI
  • pip uninstall pyTelegramBotAPI

Установите заново, через терминал:

  • pip install pyTelegramBotAPI