how to use pip in python – Telegram API
I'm trying to use python-telegram-bot. (The version of python is 3) I installed it using pip install python-telegram-bot I run a file with the next code: from telegram import Updater And I get the next error: Traceback (most recent call…