Table of contents
에러
아래와 같이 Python에서 telegram 관련 코드를 실행할 때, 에러가 나는 경우가 있다.
심지어 telegram 모듈이 설치되어 있어도 뜨는 경우가 있다.
ModuleNotFoundError: No module named 'telegram.error'
해결방법
아래 명령어를 통해 해결할 수 있다.
pip install python-telegram-bot
'소프트웨어 > Python' 카테고리의 다른 글
Python python3.10 dis.py (IndexError: tuple index out of range) (0) | 2024.04.01 |
---|---|
Python Google AI ModuleNotFoundError: No module named 'google' (0) | 2024.04.01 |
Python pip install telegram 에러 (0) | 2024.04.01 |
Python VSCode에서 버전 변경 (0) | 2024.04.01 |
Python Pyinstaller import requestsModuleNotFoundError: No module named 'requests' 에러 (0) | 2024.04.01 |