-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
i can use the master branche , and i want to try some other features of the devekop branche , but i got always this error , and i have tried "pip install telegram" and "pip install python-telegram-bot" , it doesn't help , and even i del telegram in my config.yml , i got still this error , my system is ubuntu-22.04.2-desktop-amd64 , so what should i do ?
test@test-virtual-machine:~/crypto-signal$ sudo docker run --rm -ti -v $PWD/app:/app dev/crypto-signals:latest
Traceback (most recent call last):
File "app.py", line 17, in
from notification import Notifier
File "/app/notification.py", line 35, in
from notifiers.telegram_client import TelegramNotifier
File "/app/notifiers/telegram_client.py", line 8, in
from telegram.utils.request import Request
ModuleNotFoundError: No module named 'telegram.utils'