[Bug 247595] games/py-mnemosyne ModuleNotFoundError: No module named 'googletrans'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 27 16:00:51 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247595
Bug ID: 247595
Summary: games/py-mnemosyne ModuleNotFoundError: No module
named 'googletrans'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: gspurki at gmail.com
Stops with that error:
Traceback (innermost last):
File "/usr/local/bin/mnemosyne", line 270, in <module>
debug_file=options.debug_file)
File
"/usr/local/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py",
line 400, in initialise
self.register_components()
File
"/usr/local/lib/python3.7/site-packages/mnemosyne/libmnemosyne/__init__.py",
line 465, in register_components
importlib.import_module(module_name), class_name)
File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File
"/usr/local/lib/python3.7/site-packages/mnemosyne/libmnemosyne/translators/google_translator.py",
line 5, in <module>
from googletrans import Translator as gTranslator
ModuleNotFoundError: No module named 'googletrans'
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list