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
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
~ telegram-upload
Traceback (most recent call last):
File "/home/admin/.local/bin/telegram-upload", line 5, in <module>
from telegram_upload.management import upload_cli
File "/home/admin/.local/pipx/venvs/telegram-upload/lib/python3.12/site-packages/telegram_upload/management.py", line 10, in <module>
from telegram_upload.client import TelegramManagerClient, get_message_file_attribute
File "/home/admin/.local/pipx/venvs/telegram-upload/lib/python3.12/site-packages/telegram_upload/client/__init__.py", line 1, in <module>
from telegram_upload.client.telegram_manager_client import TelegramManagerClient, get_message_file_attribute
File "/home/admin/.local/pipx/venvs/telegram-upload/lib/python3.12/site-packages/telegram_upload/client/telegram_manager_client.py", line 6, in <module>
from distutils.version import StrictVersion
ModuleNotFoundError: No module named 'distutils'
The text was updated successfully, but these errors were encountered:
pip freeze
):Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
~ telegram-upload
The text was updated successfully, but these errors were encountered: