Forums

I deleted all files and now I can't import pyTelegramBotAPI

I deleted all files and now I can't import telebot. I installed pyTelegramBotAPI but I can't import telebot. when I import telebot I encounter the following error: from pyTelegramBotAPI import telebot Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pyTelegramBotAPI'. how can I fix it? Thanks

It sounds like you just need to install it again; this help page explains how to install Python packages.