We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea1641 commit 43219c0Copy full SHA for 43219c0
scripts/packaging/templates/post_install.sh
@@ -35,7 +35,7 @@ fi
35
# install segment anything for segmentation
36
# pip install git+https://github.com/facebookresearch/segment-anything.git
37
38
-pip install --no-index ./silt
+pip install --no-index --no-build-isolation ./silt
39
40
if [ $? -eq 0 ]; then
41
echo "pip installed silt successfully"
0 commit comments