New Pip resolver takes a long time to complete
1–10 of 45 posts
Re: New Pip resolver takes a long time to complete
#2Then realised it would have this problem a few days before I'd planned to release, and didn't ship it.
I am feeling very lucky right now.
Re: New Pip resolver takes a long time to complete
#3Re: New Pip resolver takes a long time to complete
#4Re: New Pip resolver takes a long time to complete
#5Maybe by fixing the solver they can finally prove P=NP ;)
Re: New Pip resolver takes a long time to complete
#6Maybe by fixing the solver they can finally prove P=NP ;)
I think that will be proven before python fixes their package management.
Re: New Pip resolver takes a long time to complete
#7Earlier quoted context omitted.
I think that will be proven before python fixes their package management.
At least they are trying to fix it, vs other languages where there are literally no paths forward. IMO python has one of the more mature packaging ecosystems out there at this point. It is so incredibly easy.
Re: New Pip resolver takes a long time to complete
#8Earlier quoted context omitted.
At least they are trying to fix it, vs other languages where there are literally no paths forward. IMO python has one of the more mature packaging ecosystems out there at this point. It is so incredibly easy.
Distribution still is a pain unless you're going through pip.
Re: New Pip resolver takes a long time to complete
#9They made a half-assed attempt when pypa/pip added the "data-requires-python" tag, but that covers python interpreter version only, it needed to have been done for all dependencies.
What's especially irksome is that Debian and RPM both solved this 20+ years ago and python has refused to learn any lessons.