Closed wzh0328 closed 1 month ago
May I ask why when running main.py, the error from termcolor import cprint ModuleNotFoundError: No module named 'termcolor' is reported?
you need to install term color. see:https://pypi.org/project/termcolor/
May I ask why when running main.py, the error from termcolor import cprint ModuleNotFoundError: No module named 'termcolor' is reported?