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 when install latest version of pip using poise-python #5166

Closed
yizhang-zen opened this issue Apr 4, 2018 · 3 comments
Closed

Error when install latest version of pip using poise-python #5166

yizhang-zen opened this issue Apr 4, 2018 · 3 comments
Labels
auto-locked Outdated issues that have been locked by automation type: support User Support

Comments

@yizhang-zen
Copy link

yizhang-zen commented Apr 4, 2018

  • Pip version:10.0.0b2
  • Python version:2.7.0
  • Operating system: CentOS

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: poise/poise-python#107

Wondering when will be the next release?

What I've run:

python_runtime '2.7' do
  provider :system
end
@pradyunsg
Copy link
Member

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.

@benoit-pierre
Copy link
Member

This can probably be closed.

@lock
Copy link

lock bot commented Jun 1, 2019

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.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 1, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation type: support User Support
Projects
None yet
Development

No branches or pull requests

3 participants