telegram모듈
AttributeError: module 'telegram' has no attribute 'Bot' 에러해결
telegram모듈이 없거나 참조를 잘못 하고있을 때
AttributeError: module 'telegram' has no attribute 'Bot' 에러해결
telegram모듈이 없거나 참조를 잘못 하고있을 때
- pip uninstall python-telegram-bot telegram
- pip install python-telegram-bot
#파이썬 #에러해결
