-
What version of pyTelegramBotAPI are you using?
4.14.1
-
What OS are you using?
Windows
-
What version of python are you using?
3.10.12
I get an saying No module named 'telebot' when I try to run import telebot. I checked the AppData\Local\Programs\Python\Python39\Lib\site-packages while installing the package. It creates 2 new folders named "pyTelegramBotAPI-4.14.1.dist-info" and "telebot" and the main code of the package seems to be in "telebot" folder. The "pyTelegramBotAPI" shows with the version specified when I run pip list. My overall folder structure is like Some Folders/Bot Name/main.py and try to run the code in VS Code from the "Some Folders" in terminal. I tried reinstalling the package multiple times but it doen't help.
What version of pyTelegramBotAPI are you using?
4.14.1
What OS are you using?
Windows
What version of python are you using?
3.10.12
I get an saying
No module named 'telebot'when I try to runimport telebot. I checked theAppData\Local\Programs\Python\Python39\Lib\site-packageswhile installing the package. It creates 2 new folders named "pyTelegramBotAPI-4.14.1.dist-info" and "telebot" and the main code of the package seems to be in "telebot" folder. The "pyTelegramBotAPI" shows with the version specified when I runpip list. My overall folder structure is likeSome Folders/Bot Name/main.pyand try to run the code in VS Code from the "Some Folders" in terminal. I tried reinstalling the package multiple times but it doen't help.