hyd998877/stable-diffusion-webui-auto-translate-language

ModuleNotFoundError: No module named 'pygoogletranslation'

Opened this issue · 2 comments

init TpTranslate
Error loading script: trans_google.py
Traceback (most recent call last):
File "C:\SD\stable-diffusion-webui\modules\scripts.py", line 263, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\SD\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\SD\stable-diffusion-webui\extensions\stable-diffusion-webui-auto-translate-language\scripts\trans_google.py", line 2, in
from pygoogletranslation import Translator
ModuleNotFoundError: No module named 'pygoogletranslation'

chekun commented

same here even if manully pip install pygoogletranslation

Same to me with:
image

The module is not working.
(That's the reason I've disabled it ...)