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 'distutils' #273

Open
athulkrishna2015 opened this issue Jan 6, 2025 · 1 comment
Open

ModuleNotFoundError: No module named 'distutils' #273

athulkrishna2015 opened this issue Jan 6, 2025 · 1 comment

Comments

@athulkrishna2015
Copy link

athulkrishna2015 commented Jan 6, 2025

  • 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'

@athulkrishna2015
Copy link
Author

issue on pipx install

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