AlizerUncaged / desktop-waifu

Desktop Waifu!
337 stars 48 forks source link

ModuleNotFoundError: No module named 'colorama' #145

Open beneficialzombie opened 1 year ago

beneficialzombie commented 1 year ago

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

ThousandMilesWanderingDrunk commented 1 year ago

yo i had this issue too, i installed it with pip install colorama but that didnt fix it for me so i went to C:\Python310\Lib and copied the colorama folders to desktop-waifu-master\waifu\Lib\site-packages. this fixed that issue but brought up another the exact same but with openai module. i then used just a normal cmd window to run pip install -r requirements.txt and after that everything worked ^^