Why is there a mistake? ModuleNotFoundError: No module named telebot



  • Took the code from this topic: https://lolz.guru/threads/3092885/ It's kind of working out, but when I'm numerical, I have to make a mistake:

      File "C:\Users\PycharmProjects\ParserTGBot\ParserTGBot\olx.py", line 4, in <module>
        import telebot
    ModuleNotFoundError: No module named 'telebot'
    

    Help me! If the module is correctly installed The module was installed as follows: pip install pyTelegramBotAPI



  • ModuleNotFoundError: No module named 'telebot' indicates the absence of this module. You probably have many interpreters on your device. python different versions, and you put the library on the wrong one. I advise you, if you work at PyCharm, to download the module from the vault.



Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2