Posts: 4,647
Threads: 1,494
Joined: Sep 2016
it's been a while since they made this decision. are they working on a way to do this more efficiently than XMLRPC ?
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,647
Threads: 1,494
Joined: Sep 2016
i upgraded pip and i still get that. pip still uses XMLRPC ?
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,647
Threads: 1,494
Joined: Sep 2016
Jul-10-2021, 12:02 AM
(This post was last modified: Jul-10-2021, 12:02 AM by Skaperen.)
(Jul-09-2021, 09:40 AM)snippsat Wrote: They have shut down PyPI XMLRPC Search Disabled.
right. i am aware of that. and pip still uses XMLRPC. maybe it should just run pip-search and tell you how to install it if it is not there. or just not use XMLRPC.
i just tried to install it. i got a dependency conflict.
awscli wants
colorama<=0.3.9 but pip-search wants
colorama>=0.4.4. i guess they changed the API. no surprise with major version 0. i might set up a container for it.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.