Remove force-reinstall option from pip install command in install_repeater function

This commit is contained in:
Lloyd
2026-02-02 10:44:39 +00:00
parent adbdc5e3a4
commit 9256ba9c35
+2 -2
View File
@@ -336,7 +336,7 @@ EOF
echo "Note: Using optimized binary wheels for faster installation"
echo ""
if pip install --break-system-packages --force-reinstall --no-cache-dir .; then
if pip install --break-system-packages --no-cache-dir .; then
echo ""
echo "✓ Python package installation completed successfully!"
@@ -597,7 +597,7 @@ EOF
echo "⚠ Package update failed, but continuing..."
fi
# Note: pymc_core is already reinstalled as part of the full --force-reinstall above
echo ""
echo "✓ All packages including pymc_core reinstalled successfully"