from telegram.ext import (Updater, CommandHandler) . iam running this it shows like ModuleNotFoundError: No module named ‘telegram.ext’; ‘telegram’ is not a package
what should i do.
from telegram.ext import (Updater, CommandHandler) . iam running this it shows like ModuleNotFoundError: No module named ‘telegram.ext’; ‘telegram’ is not a package
what should i do.
2
Answers
I think the problem is pycharm or your IDE created an env for the project, and the library is installed globaly, not in the env for the project.