-1
  File "/home/pi/chatbot-python-sample/chatbot.py", line 12, in <module>
    import irc.bot
ImportError: No module named irc.bot

Anyone know what I'm doing wrong? I already installed irc and irc.bot

1 Answers1

0

Don't you have two or more versions of Python installed? Sometimes it could be the case.

  • It has already answered here [https://stackoverflow.com/questions/50186129/how-can-i-remove-python-2-7-as-i-already-have-3-6-5-installed-on-ubuntu](https://stackoverflow.com/questions/50186129/how-can-i-remove-python-2-7-as-i-already-have-3-6-5-installed-on-ubuntu) – Samuel Andrade Aug 27 '20 at 05:23