ModuleNotFoundError: No module named 'telebot'

Traceback (most recent call last): File "C:\Serega\som-bot\mybot2.py", line 1, in import telebot ModuleNotFoundError: No module named 'telebot' вот код:

import telebot
import configure

bot = telebot.TeleBot (configure.config['token'])

@bot.message_handler (content_types = ['text'])
def lalala (message):
bot.send_message (message.chat.id, message.text)

#run
bot.polling (none_stop=True)

Ответы (0 шт):