1PIP-DEBUG(1)                          pip                         PIP-DEBUG(1)
2
3
4

NAME

6       pip-debug - description of pip debug command
7

DESCRIPTION

9       Display debug information.
10
11

USAGE

13          python -m 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

OPTIONS

20       --platform <platform>
21              Only use wheels compatible  with  <platform>.  Defaults  to  the
22              platform  of  the running system. Use this option multiple times
23              to specify multiple platforms supported  by  the  target  inter‐
24              preter.
25
26       --python-version <python_version>
27              The  Python  interpreter  version  to  use  for  wheel  and "Re‐
28              quires-Python" compatibility checks. Defaults to a  version  de‐
29              rived from the running interpreter. The version can be specified
30              using up to three dot-separated integers (e.g.  "3"  for  3.0.0,
31              "3.7"  for 3.7.0, or "3.7.3"). A major-minor version can also be
32              given as a string without dots (e.g. "37" for 3.7.0).
33
34       --implementation <implementation>
35              Only use wheels compatible with Python implementation <implemen‐
36              tation>, e.g. 'pp', 'jy', 'cp',  or 'ip'. If not specified, then
37              the current interpreter implementation is  used.   Use  'py'  to
38              force implementation-agnostic wheels.
39
40       --abi <abi>
41              Only   use   wheels  compatible  with  Python  abi  <abi>,  e.g.
42              'pypy_41'. If not specified, then the  current  interpreter  abi
43              tag  is used. Use this option multiple times to specify multiple
44              abis supported by the target  interpreter.  Generally  you  will
45              need  to specify --implementation, --platform, and --python-ver‐
46              sion when using this option.
47
48

AUTHOR

50       pip developers
51
53       The pip developers
54
55
56
57
5822.2                             Nov 21, 2022                     PIP-DEBUG(1)
Impressum