We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e3ce34 + 1839866 commit c00bbf9Copy full SHA for c00bbf9
1 file changed
webui.bat
@@ -42,7 +42,7 @@ echo Unable to create venv in directory "%VENV_DIR%"
42
goto :show_stdout_stderr
43
44
:upgrade_pip
45
-"%VENV_DIR%\Scripts\Python.exe" -m pip install --upgrade pip
+"%VENV_DIR%\Scripts\Python.exe" -m pip install --force-reinstall pip==25.2 setuptools==80.10.2
46
if %ERRORLEVEL% == 0 goto :activate_venv
47
echo Warning: Failed to upgrade PIP version
48
0 commit comments