AlizerUncaged / desktop-waifu

Desktop Waifu!
334 stars 49 forks source link

I'm having trouble installing the modules #227

Open ZhiVT opened 9 months ago

ZhiVT commented 9 months ago

I'm not gunna lie...I have no knowledge in python. I've mostly just gone through each and everyone's issues here, but to no avail. And I've never been more stressed out/annoyed in my life haha.

First it started with the location of the python.exe file, which turns out I needed to download the latest update. Then I needed to update the pyvenv.cfg file.

After I ran the start.bat file, I ran into another issue.

The module "colorama" couldn't be located, and I found various solutions others have tried, such as opening the activate.bat file and installing colorama, and going to my windows settings and updating my environmental/system variables so it could find my python installation folder (python.exe).

While it did work, I ran into another issue. Now the "openai" module couldnt be located. So I did the same thing. I opened up activate.bat again and install it. It worked, but then the "human" module also couldnt be located. So I did the same thing again, which worked.

I pretty much came up with the idea of "I'll just keep doing this for each and every module that can't be located. However, it was cut short. Now I ran into this issue.: 32bf8084ce4ad4b78d9b440ff5491460

I am now stuck at this stage and cant get past it. Any ideas what I should do?

I should also mention that I have tried "pip install -r requirements.txt" in the activate.bat file, but it didn't work. I got met with this: 7cd2cd54d810e55abb47d1e007ecf758

If anyone has any ideas what that means or what I should do, that would be appreciated to!!