- 1. ERROR: XMLRPC
1. ERROR: XMLRPC
「Windows」版で、「psycopg2」を検索したら
pip search psycopg2
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.
こけちゃういました。
調べると
「PyPI の search API が落ちているので pip のコードを読んでみる」
なんか、「Windows」版では、「search」は、こけるもんのようです(笑)。
「install」は、できます。
あぁ、補足です。
「FreeBSD」でも同様です。
pip search psycopg2
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.
おそらくは、ソースコードが同じなのでしょう。
まったく同じメッセージで、笑けてきちゃいます。
長いことこのままだが、誰もなんとかしようと思わんのかいな。
|
 |