[issue43777] Remove description of "pip search" command from tutorial
New submission from Bob Kline <bkline@rksystems.com>: The official tutorial instructs users to find third-party packages by using the "pip search" command, which no longer works (and will be deprecated -- and presumably subsequently removed -- according to the error message). See https://docs.python.org/3.10/tutorial/venv.html#managing-packages-with-pip That passage should be removed from the tutorial. ---------- assignee: docs@python components: Documentation messages: 390550 nosy: bkline, docs@python priority: normal severity: normal status: open title: Remove description of "pip search" command from tutorial versions: Python 3.10 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
Change by Roundup Robot <devnull@psf.upfronthosting.co.za>: ---------- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +24023 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25287 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
Bob Kline <bkline@rksystems.com> added the comment: PR submitted: https://github.com/python/cpython/pull/25287 ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
Inada Naoki <songofacandy@gmail.com> added the comment: You are misreading the error message.
RuntimeError: PyPI's XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future. See https://status.python.org/ for more information.
This error message says "PyPI's XMLRPC API" is disabled and will be deprecated. It doesn't say `pip search` command is disabled and will be deprecated. Removing or reimplement `pip search` is discussed in this issue: https://github.com/pypa/pip/issues/5216 Anyway, I am +1 to remove it from the tutorial. ---------- nosy: +methane _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
Bob Kline <bkline@rksystems.com> added the comment: Thanks for the clarification. I submitted a PR, but I'm unable to remove the "CLA not signed" tag from it (even though I have signed the CLA) and form at https://check-python-cla.herokuapp.com/ ("You can check yourself to see if the CLA has been received.") blows up with a 500 ("Server got itself in trouble"). Submitting patches for the Python documentation never used to be this hard. :-) ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
Bob Kline <bkline@rksystems.com> added the comment: I have reported the failure of the CLA check tool. https://bugs.python.org/issue43790 ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
Inada Naoki <songofacandy@gmail.com> added the comment: New changeset 133705b85cc25d1e6684d32f8943ca288fadfda0 by Bob Kline in branch 'master': bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) https://github.com/python/cpython/commit/133705b85cc25d1e6684d32f8943ca288fa... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24130 pull_request: https://github.com/python/cpython/pull/25398 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +24131 pull_request: https://github.com/python/cpython/pull/25399 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 6ac1ea25a2ba2aae742e191784cf73033b3ab332 by Miss Islington (bot) in branch '3.8': bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) https://github.com/python/cpython/commit/6ac1ea25a2ba2aae742e191784cf73033b3... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 57873af35aad98c6428b1718aaee4b16a82ea3f5 by Miss Islington (bot) in branch '3.9': bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) https://github.com/python/cpython/commit/57873af35aad98c6428b1718aaee4b16a82... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
Change by Inada Naoki <songofacandy@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43777> _______________________________________
participants (4)
-
Bob Kline -
Inada Naoki -
miss-islington -
Roundup Robot