desktop-waifu icon indicating copy to clipboard operation
desktop-waifu copied to clipboard

The start.bat failed because "ModuleNotFoundError: No module named 'colorama'"?

Open AuthourAkson opened this issue 5 months ago • 0 comments

But I already installed that module, in cmd:

Microsoft Windows [Version 10.0.22631.4037] (c) Microsoft Corporation。保留所有权利。

D:\desktop-waifu-master>python -m pip install colorama Requirement already satisfied: colorama in d:\python-the-place\lib\site-packages (0.4.6)

D:\desktop-waifu-master>

in start.bat :

Traceback (most recent call last): File "D:\desktop-waifu-master\waifu\Src\runner.py", line 1, in from colorama import * ModuleNotFoundError: No module named 'colorama' Press any key to continue . . .

Sorry to bother you,could you please help me solve this issue?

AuthourAkson avatar Sep 09 '24 18:09 AuthourAkson