Posts by Lucas SF • 11 points
2 posts
-
0
votes1
answer1144
viewsA: Import: No module named 'telebot'
I managed to solve, using the python3, but this time I removed the other versions of python completely before installing again, the steps were as follows: sudo python -m pip uninstall…
-
1
votes1
answer1144
viewsQ: Import: No module named 'telebot'
Hello! I am configuring the bot to send Zabbix alerts, I have installed Python and the necessary modules: sudo apt install python python-pip python-setuptools Then I installed the bot API to use in…