You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~ $ tg
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/tg", line 5, in
from tg.main import main
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/main.py", line 8, in
from tg import config, update_handlers, utils
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/update_handlers.py", line 6, in
from tg.controllers import Controller
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/controllers.py", line 13, in
from tg.models import Model
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/models.py", line 10, in
from tg.tdlib import (
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/tdlib.py", line 4, in
from telegram.client import AsyncResult, Telegram
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/telegram/client.py", line 28, in
from telegram.tdjson import TDJson
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/telegram/tdjson.py", line 7, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
~ $
The text was updated successfully, but these errors were encountered:
~ $ tg
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/tg", line 5, in
from tg.main import main
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/main.py", line 8, in
from tg import config, update_handlers, utils
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/update_handlers.py", line 6, in
from tg.controllers import Controller
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/controllers.py", line 13, in
from tg.models import Model
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/models.py", line 10, in
from tg.tdlib import (
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/tg/tdlib.py", line 4, in
from telegram.client import AsyncResult, Telegram
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/telegram/client.py", line 28, in
from telegram.tdjson import TDJson
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/telegram/tdjson.py", line 7, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
~ $
The text was updated successfully, but these errors were encountered: