您能帮我理解这个问题吗? pyTelegramBotAPI 3.6.6 操作系统Windows 10 Python 3.7版 我的代码:
import telebot
bot = telebot.TeleBot('My token')
@bot.message_handler(commands=['start'])
def start_message(message):
bot.send_message(message.chat.id, 'Hello /start')
bot.polling()
错误: 追溯(最近一次通话): 文件“ C:/Users/User/PycharmProjects/CI2CBot/Bot.py”,第3行,在 机器人= telebot.TeleBot('令牌') AttributeError:模块“ telebot”没有属性“ TeleBot”