1PIP-DEBUG(1) pip PIP-DEBUG(1)
2
3
4
6 pip-debug - description of pip debug command
7
8 IMPORTANT:
9 Did this article help?
10
11 We are currently doing research to improve pip's documentation and
12 would love your feedback. Please email us and let us know why you
13 came to this page and what on it helped you and what did not. (‐
14 Read more about this research)
15
17 Display debug information.
18
19
21 python -m pip debug <options>
22
23 WARNING:
24 This command is only meant for debugging. Its options and outputs
25 are provisional and may change without notice.
26
28 --platform <platform>
29 Only use wheels compatible with <platform>. Defaults to the
30 platform of the running system. Use this option multiple times
31 to specify multiple platforms supported by the target inter‐
32 preter.
33
34 --python-version <python_version>
35 The Python interpreter version to use for wheel and "Re‐
36 quires-Python" compatibility checks. Defaults to a version de‐
37 rived from the running interpreter. The version can be specified
38 using up to three dot-separated integers (e.g. "3" for 3.0.0,
39 "3.7" for 3.7.0, or "3.7.3"). A major-minor version can also be
40 given as a string without dots (e.g. "37" for 3.7.0).
41
42 --implementation <implementation>
43 Only use wheels compatible with Python implementation <implemen‐
44 tation>, e.g. 'pp', 'jy', 'cp', or 'ip'. If not specified, then
45 the current interpreter implementation is used. Use 'py' to
46 force implementation-agnostic wheels.
47
48 --abi <abi>
49 Only use wheels compatible with Python abi <abi>, e.g.
50 'pypy_41'. If not specified, then the current interpreter abi
51 tag is used. Use this option multiple times to specify multiple
52 abis supported by the target interpreter. Generally you will
53 need to specify --implementation, --platform, and --python-ver‐
54 sion when using this option.
55
56
57 IMPORTANT:
58 Did this article help?
59
60 We are currently doing research to improve pip's documentation and
61 would love your feedback. Please email us and let us know:
62
63 1. What problem were you trying to solve when you came to this page?
64
65 2. What content was useful?
66
67 3. What content was not useful?
68
70 pip developers
71
73 2008-2021, PyPA
74
75
76
77
7821.0 May 17, 2021 PIP-DEBUG(1)