1PIP-CHECK(1) pip PIP-CHECK(1)
2
3
4
6 pip-check - description of pip check command
7
9 Verify installed packages have compatible dependencies.
10
11
13 python -m pip check [options]
14
16 -h, --help
17 Show help.
18
19 --debug
20 Let unhandled exceptions propagate outside the main subroutine,
21 instead of logging them to stderr.
22
23 --isolated
24 Run pip in an isolated mode, ignoring environment variables and
25 user configuration.
26
27 -v, --verbose
28 Give more output. Option is additive, and can be used up to 3
29 times.
30
31 -V, --version
32 Show version and exit.
33
34 -q, --quiet
35 Give less output. Option is additive, and can be used up to 3
36 times (corresponding to WARNING, ERROR, and CRITICAL logging
37 levels).
38
39 --log <path>
40 Path to a verbose appending log.
41
42 --no-input
43 Disable prompting for input.
44
45 --proxy <proxy>
46 Specify a proxy in the form [user:passwd@]proxy.server:port.
47
48 --retries <retries>
49 Maximum number of retries each connection should attempt (de‐
50 fault 5 times).
51
52 --timeout <sec>
53 Set the socket timeout (default 15 seconds).
54
55 --exists-action <action>
56 Default action when a path already exists: (s)witch, (i)gnore,
57 (w)ipe, (b)ackup, (a)bort.
58
59 --trusted-host <hostname>
60 Mark this host or host:port pair as trusted, even though it does
61 not have valid or any HTTPS.
62
63 --cert <path>
64 Path to PEM-encoded CA certificate bundle. If provided, over‐
65 rides the default. See 'SSL Certificate Verification' in pip
66 documentation for more information.
67
68 --client-cert <path>
69 Path to SSL client certificate, a single file containing the
70 private key and the certificate in PEM format.
71
72 --cache-dir <dir>
73 Store the cache data in <dir>.
74
75 --no-cache-dir
76 Disable the cache.
77
78 --disable-pip-version-check
79 Don't periodically check PyPI to determine whether a new version
80 of pip is available for download. Implied with --no-index.
81
82 --no-color
83 Suppress colored output.
84
85 --no-python-version-warning
86 Silence deprecation warnings for upcoming unsupported Pythons.
87
88 --use-feature <feature>
89 Enable new functionality, that may be backward incompatible.
90
91 --use-deprecated <feature>
92 Enable deprecated functionality, that will be removed in the fu‐
93 ture.
94
95
97 pip developers
98
100 The pip developers
101
102
103
104
10521.3 Jan 21, 2022 PIP-CHECK(1)