Skip to content

ModuleNotFoundError: No module named 'distutils' #273

@athulkrishna2015

Description

@athulkrishna2015
  • telegram-upload version:
  • Python version: Python 3.12.7 (pipx install)
  • Operating System: Manjaro linux
  • Dependencies list (run 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

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions