rahiel / telegram-send

Send messages and files over Telegram from the command-line.
https://www.rahielkasim.com/telegram-send/
GNU General Public License v3.0
938 stars 105 forks source link

No module named 'telegram-send', installed from AUR #125

Closed Goosegit11 closed 1 year ago

Goosegit11 commented 1 year ago
Traceback (most recent call last):
  File "/sbin/telegram-send", line 5, in <module>
    from telegram_send.telegram_send import main
ModuleNotFoundError: No module named 'telegram_send'
rahiel commented 1 year ago

Please install the latest version using pip as documented in the README. The AUR package should be updated as the previous version is broken.

Goosegit11 commented 1 year ago

Oh I fixed it a long time ago, by choosing older version or something. Thanks.