AlizerUncaged / desktop-waifu

Desktop Waifu!
337 stars 48 forks source link

No Python at "C: #291

Open rayyykunz opened 1 month ago

rayyykunz commented 1 month ago

The python is not detected even tho i already install it

Minithq commented 1 month ago

ever figure out the problem?

MrRikyz commented 3 weeks ago

don't know if you already fix it but if you don't here is how

go to the folder waifu and look for the file pyvenv.cfg open it with any editor you like and change the 'home = C:\Python310 ' with your python 3.10 installation path

if you don't know where your python path is you can go on the terminal and do the command 'where python' and copy the path

make sure to remove the last part \python.exe cuz the file add it itself