desktop-waifu
desktop-waifu copied to clipboard
python not found fixed
@echo off
rem This file is UTF-8 encoded, so we need to update the current code page while executing it for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do ( set _OLD_CODEPAGE=%%a ) if defined _OLD_CODEPAGE ( "%SystemRoot%\System32\chcp.com" 65001 > nul )
set VIRTUAL_ENV="%~dp0waifu"
if not defined PROMPT set PROMPT=$P$G
if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT% if defined _OLD_VIRTUAL_PYTHONHOME set PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%
set _OLD_VIRTUAL_PROMPT=%PROMPT% set PROMPT=(waifu) %PROMPT%
if defined PYTHONHOME set _OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME% set PYTHONHOME=
if defined _OLD_VIRTUAL_PATH set PATH=%_OLD_VIRTUAL_PATH% if not defined _OLD_VIRTUAL_PATH set _OLD_VIRTUAL_PATH=%PATH%
set PATH=%VIRTUAL_ENV%\Scripts;%PATH% set VIRTUAL_ENV_PROMPT=(waifu)
:END if defined _OLD_CODEPAGE ( "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul set _OLD_CODEPAGE= )
echo Installing dependencies...
call npm install "%~dp0character_ai"
rem Use the specific Python executable "C:\Users\hetzer\AppData\Local\Programs\Python\Python311\python.exe" -m ensurepip "C:\Users\hetzer\AppData\Local\Programs\Python\Python311\python.exe" -m pip install --upgrade pip "C:\Users\hetzer\AppData\Local\Programs\Python\Python311\python.exe" -m pip install pipwin rem we have to use pipwin for installing pyaudio "C:\Users\hetzer\AppData\Local\Programs\Python\Python311\python.exe" -m pipwin install pyaudio
cd /d "%~dp0" "C:\Users\hetzer\AppData\Local\Programs\Python\Python311\python.exe" -m pip install -r "%~dp0requirements.txt" cls
rem Use the specific Python executable to run your script "C:\Users\hetzer\AppData\Local\Programs\Python\Python311\python.exe" "%~dp0waifu\Src\runner.py"
pause
I solved this just replacing python with py
If you fixed, why not to close issue?
If you fixed, why not to close issue?
well... issue not by me so kinda hard to do that