Answers for "pip install fail continue"

0

pip install fail continue

cat requirements.txt | while read PACKAGE; do pip install "$PACKAGE"; done

# TODO: extend to make the script print a list of failed installs,
# so we can retry them.
Posted by: Guest on February-21-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language