Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'pkg_resources' #309

Open
alxlemesh opened this issue May 3, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'pkg_resources' #309

alxlemesh opened this issue May 3, 2024 · 0 comments

Comments

@alxlemesh
Copy link

~ $ 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'
~ $Screenshot_20240503_091247_com.termux.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant