Pip: Error when install latest version of pip using poise-python

Created on 5 Apr 2018  ·  3Comments  ·  Source: pypa/pip

Description:

Error message: STDERR: The python_package resource requires pip >= 6.1.0, currently 10.0.0b2
The deploy breaks when python_package checked pip latest version is not match.
Details see here: https://github.com/poise/poise-python/issues/107

Wondering when will be the next release?

What I've run:

python_runtime '2.7' do
  provider :system
end
auto-locked support

Most helpful comment

Hi @yizhang-zen! Thanks for trying out the beta.

Looking at https://github.com/poise/poise-python/blob/df4685bff206868d2d0c9582a667d35828149537/lib/poise_python/resources/python_package.rb#L39, it seems their regex is broken. It is an issue for them to fix.

Further, this package seems to be importing pip, this is unsupported. There's an [announcement] made a few months back about this. That package should switch to using pip in a supported manner as [documented].

Wondering when will be the next release?

In about a week or two from now, if no major issues come up in the mean time.

All 3 comments

Hi @yizhang-zen! Thanks for trying out the beta.

Looking at https://github.com/poise/poise-python/blob/df4685bff206868d2d0c9582a667d35828149537/lib/poise_python/resources/python_package.rb#L39, it seems their regex is broken. It is an issue for them to fix.

Further, this package seems to be importing pip, this is unsupported. There's an [announcement] made a few months back about this. That package should switch to using pip in a supported manner as [documented].

Wondering when will be the next release?

In about a week or two from now, if no major issues come up in the mean time.

This can probably be closed.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings