CodeWithJoe2020 / simpleTelegramBot

13 stars 15 forks source link

No module named 'telegram' #1

Open Jopa5026 opened 3 years ago

Jopa5026 commented 3 years ago

Hi, I am new to python programming I have an error regarding the telegram bot.

How to import "from telegram.ext import *" This gives me an error on launch.

File "C:\Users\jopa5\OneDrive\Bureau\simpleTelegramBot-mainyop\simpleTelegramBot-main\main.py", line 2, in <module>
    from telegram.ext import *

ModuleNotFoundError: No module named 'telegram'

Thanks for your videos

bartubozkurt commented 2 years ago

install pip install python-telegram-bot
pip install telegram restart vs code