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

Language extension allows users to write prompts in their native language and automatically translate UI, without the need to manually download configuration files. New plugins can also be translated.
MIT License
33 stars 6 forks source link

ModuleNotFoundError: No module named 'pygoogletranslation' #10

Open ZmeyGer opened 1 year ago

ZmeyGer commented 1 year ago

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 1 year ago

same here even if manully pip install pygoogletranslation

schoenid commented 1 year ago

Same to me with: image

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