I've installed the pyTelegramBotAPI using pip install pyTelegramBotAPI. I've imported the telebot package to use the API.
But when I want to run my program, it says: No module named 'telebot'. The entire error message is:
(...file path...) Telegram Bot>CertificateBot.py
Traceback (most recent call last):
(...file path...) \CertificateBot.py", line 1, in <module>
import telebot
ModuleNotFoundError: No module named 'telebot'
I'm using Windows 10.
Try python3 -m pip install pyTelegramBotAPI
Probably pip installs the module to a different python version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With