英文:
Telebot import issue
问题
当我尝试导入telebot时,它给了我一个错误。
错误:
我已经尝试多次重新安装telegramBotApi
,但没有成功。
英文:
When I'm trying to import telebot it gives me the error.
Error:
I've tried to reinstall telegramBotApi
several times but it didn't work out.
答案1
得分: 1
与pyTelegramBotAPI
相关的Telebot,而不是telegramBotApi
。
运行此命令:pip install pyTelegramBotAPI
。
英文:
Telebot associated with pyTelegramBotAPI
not telegramBotApi
.
Run this : pip install pyTelegramBotAPI
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论