I get errors when I run this
import logging
from telegram import Update, ParseMode
from telegram.ext import Updater, CommandHandler, MessageHandler, filters
and I already did the
pip install python-telegram-bot in the terminal
I just want it ot run so I can run my telegram bot
2
Answers
This might vary based on your OS, but try doing this instead
I tried pip3 install python-telegram-bot
This resolved my issue