Replies: 1 comment
-
Seems you should install python-telegram-bot==13.15 to your env. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any Ideas? I have telegram bot and all installed but it keeps the error.
INFO:Loading the extension "telegram_bot"...
ERROR:Failed to load the extension "telegram_bot".
Traceback (most recent call last):
File "D:\oobabooga_windows\text-generation-webui\modules\extensions.py", line 34, in load_extensions
exec(f"import extensions.{name}.script")
File "", line 1, in
File "D:\oobabooga_windows\text-generation-webui\extensions\telegram_bot\script.py", line 2, in
from extensions.telegram_bot.TelegramBotWrapper import TelegramBotWrapper
File "D:\oobabooga_windows\text-generation-webui\extensions\telegram_bot\TelegramBotWrapper.py", line 10, in
from telegram import Update, InlineKeyboardButton, InlineKeyboardMarkup
ModuleNotFoundError: No module named 'telegram'
Beta Was this translation helpful? Give feedback.
All reactions