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.
1 parent de5d2f8 commit ae8f703Copy full SHA for ae8f703
setup_windows.bat
@@ -191,6 +191,8 @@ echo PYBIND11_DIR set to: %PYBIND11_DIR%
191
echo.
192
echo Building and installing the Python project...
193
python setup.py install
194
+echo.
195
+echo Setup completed successfully!
196
if %errorlevel% neq 0 (
197
echo Error: Python setup.py install failed. Exiting.
198
goto :cleanup_and_exit
@@ -204,7 +206,4 @@ if %errorlevel% neq 0 (
204
206
echo Warning: Failed to remove temporary directory "%SCRIPT_ROOT%\%TEMP_DIR%". Please remove it manually.
205
207
)
208
-echo.
-echo Setup completed successfully!
209
-
210
endlocal
0 commit comments