dmMaze / BallonsTranslator

深度学习辅助漫画翻译工具, 支持一键机翻和简单的图像/文本编辑 | Yet another computer-aided comic/manga translation tool powered by deeplearning
GNU General Public License v3.0
2.25k stars 150 forks source link

ModuleNotFoundError: No module named 'termcolor' #497

Closed weiyihueng0219 closed 3 weeks ago

weiyihueng0219 commented 3 weeks ago

I don't how to resolve this problem maybe I'm too stupid

C:\Users\weiyihuang\Desktop\BallonsTranslator_dev_src_with_gitpython>cd C:\Users\weiyihuang\Desktop\BallonsTranslator_dev_src_with_gitpython\ C:\Users\weiyihuang\Desktop\BallonsTranslator_dev_src_with_gitpython\launch.py:10: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources Traceback (most recent call last): File "C:\Users\weiyihuang\Desktop\BallonsTranslator_dev_src_with_gitpython\launch.py", line 290, in main() File "C:\Users\weiyihuang\Desktop\BallonsTranslator_dev_src_with_gitpython\launch.py", line 141, in main from utils import appinfo File "C:\Users\weiyihuang\Desktop\BallonsTranslator_dev_src_with_gitpython\utils__init__.py", line 5, in from .logger import logger as LOGGER File "C:\Users\weiyihuang\Desktop\BallonsTranslator_dev_src_with_gitpython\utils\logger.py", line 6, in import termcolor ModuleNotFoundError: No module named 'termcolor'

dmMaze commented 3 weeks ago

It should be fixed by https://github.com/dmMaze/BallonsTranslator/commit/64573f6777d8d1745b4b908aabcc2cb2c2db2c03 Please update to the latest and try again.