-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
state: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: docsDocumentation relatedDocumentation relatedtype: enhancementImprovements to functionalityImprovements to functionality
Description
What's the problem this feature will solve?
pip search has been deprecated on PyPi, but the docs for pip search don't mention anything about this
readable docs: https://pip.pypa.io/en/stable/cli/pip_search/
source for docs: https://github.com/pypa/pip/blob/main/docs/html/cli/pip_search.rst
Describe the solution you'd like
The documentation to mention that pip search now requires a custom repository
Alternative Solutions
Any alternative solution than simply adding a line to the docs is way more work, and unneccessary.
Additional context
https://warehouse.pypa.io/api-reference/xml-rpc.html#deprecated-methods
https://status.python.org/incidents/grk0k7sz6zkp
# pip search requests
ERROR: XMLRPC request failed [code: -32500]
RuntimeError: PyPI no longer supports 'pip search' (or XML-RPC search). Please use https://pypi.org/search (via a browser) instead. See https://warehouse.pypa.io/api-reference/xml-rpc.html#deprecated-methods for more information.
Code of Conduct
- I agree to follow the PSF Code of Conduct.
InterferencePattern
Metadata
Metadata
Assignees
Labels
state: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: docsDocumentation relatedDocumentation relatedtype: enhancementImprovements to functionalityImprovements to functionality