This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients bkline, docs@python, methane, python-dev
Date 2021-04-09.02:51:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617936711.89.0.236016796464.issue43777@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-04-09 02:51:51methanesetrecipients: + methane, bkline, docs@python, python-dev
2021-04-09 02:51:51methanesetmessageid: <1617936711.89.0.236016796464.issue43777@roundup.psfhosted.org>
2021-04-09 02:51:51methanelinkissue43777 messages
2021-04-09 02:51:51methanecreate