1PIP-DEBUG(1) pip PIP-DEBUG(1)
2
3
4
6 pip-debug - description of pip debug command
7
9 Display debug information.
10
11
13 pip debug <options>
14
15 WARNING:
16 This command is only meant for debugging. Its options and outputs
17 are provisional and may change without notice.
18
20 --platform <platform>
21 Only use wheels compatible with <platform>. Defaults to the
22 platform of the running system.
23
24 --python-version <python_version>
25 The Python interpreter version to use for wheel and
26 "Requires-Python" compatibility checks. Defaults to a version
27 derived from the running interpreter. The version can be speci‐
28 fied using up to three dot-separated integers (e.g. "3" for
29 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor version can
30 also be given as a string without dots (e.g. "37" for 3.7.0).
31
32 --implementation <implementation>
33 Only use wheels compatible with Python implementation <implemen‐
34 tation>, e.g. 'pp', 'jy', 'cp', or 'ip'. If not specified, then
35 the current interpreter implementation is used. Use 'py' to
36 force implementation-agnostic wheels.
37
38 --abi <abi>
39 Only use wheels compatible with Python abi <abi>, e.g.
40 'pypy_41'. If not specified, then the current interpreter abi
41 tag is used. Generally you will need to specify --implementa‐
42 tion, --platform, and --python-version when using this option.
43
44
46 pip developers
47
49 2008-2020, PyPA
50
51
52
53
5420.2 August 05, 2020 PIP-DEBUG(1)