Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: XMLRPC request failed [code: -32500] #10471

Closed
1 task done
meetgyn opened this issue Sep 14, 2021 · 1 comment
Closed
1 task done

ERROR: XMLRPC request failed [code: -32500] #10471

meetgyn opened this issue Sep 14, 2021 · 1 comment
Labels
resolution: duplicate Duplicate of an existing issue/PR type: bug A confirmed bug or unintended behavior

Comments

@meetgyn
Copy link

meetgyn commented Sep 14, 2021

Description

I'm having trouble using PIP3 Search or PIP Search. This problem is happening in several Linux distributions: Debian 11, Kali Linux 2021, Gentoo. I could not identify what might be occurring
pip3 search requests

ERROR: XMLRPC request failed [code: -32500]
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

Expected behavior

When you try to use search command with PIP or PIP3 I always receive this error message.

ERROR: XMLRPC request failed [code: -32500]
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

pip version

pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9)

Python version

3.9

OS

Kali linux 2021

How to Reproduce

Pip3 search requests
ou
Pip search requests

Output

ERROR: XMLRPC request failed [code: -32500]
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

Code of Conduct

@meetgyn meetgyn added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels Sep 14, 2021
@notatallshaw
Copy link
Contributor

notatallshaw commented Sep 14, 2021

PyPI has disabled XMLRPC (which is what pip search uses) for over 9 months as it caused all of PyPI to become unstable due to a bad/careless actor, as you can see from the link in the error message: https://status.python.org/

Pip will shortly remove search: #10431

@DiddiLeija DiddiLeija added resolution: duplicate Duplicate of an existing issue/PR and removed S: needs triage Issues/PRs that need to be triaged labels Sep 14, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants