We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43219c0 commit a814017Copy full SHA for a814017
scripts/packaging/templates/post_install.bat
@@ -17,7 +17,7 @@ REM pip install torch torchvision --index-url https://download.pytorch.org/whl/c
17
REM call "%PREFIX%\download_sam_ckpt.bat"
18
REM pip install git+https://github.com/facebookresearch/segment-anything.git
19
20
-pip install ".\silt"
+pip install --no-index --no-build-isolation ".\silt"
21
22
IF %ERRORLEVEL% EQU 0 (
23
echo pip installed silt successfully
0 commit comments