DEV Community

Discussion on: VSCode on Google Colab

Collapse
 
ruancomelli profile image
Ruan Comelli

In pip 20.3.3, pip install --help shows:

-q, --quiet Give less output. Option is additive, and can be used up to 3 times (corresponding to WARNING, ERROR, and CRITICAL logging levels).
Enter fullscreen mode Exit fullscreen mode

So the -qqq option tells pip to log critical messages only, suppressing warnings and errors.