Table of contents

    에러

    아래와 같이 Python에서 telegram 관련 코드를 실행할 때, 에러가 나는 경우가 있다.

     

    심지어 telegram 모듈이 설치되어 있어도 뜨는 경우가 있다.

     

    ModuleNotFoundError: No module named 'telegram.error'

     

     

    해결방법

    아래 명령어를 통해 해결할 수 있다.

    pip install python-telegram-bot