zcribe/translate-po

Missing dependency googletrans

Closed this issue ยท 2 comments

Instructions on README are to import from "translate_po", but this command returns:

>>> from translate_po.main import run
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/rffontenelle/.local/lib/python3.8/site-packages/translate_po/main.py", line 5, in <module>
    from googletrans import Translator
ModuleNotFoundError: No module named 'googletrans'

googletrans should be a dependency, or at least the user should be informed to install it.

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.82. Please mark this comment with ๐Ÿ‘ or ๐Ÿ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Fixed
1205a84