Navigation Menu

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

Use python3-pip instead of python-pip #311

Closed
s1e2b3i4 opened this issue Oct 16, 2020 · 6 comments
Closed

Use python3-pip instead of python-pip #311

s1e2b3i4 opened this issue Oct 16, 2020 · 6 comments

Comments

@s1e2b3i4
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 6.18.0
  • Ruby: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu
  • Distribution: Ubuntu 20.04
  • Module version: 7.0.1

How to reproduce (e.g Puppet code you use)

Normal installation of the module.

What are you seeing

It tries to install python-pip. However, this is not available in the package sources.

What behaviour did you expect instead

It should install python3-pip instead.

Output log

Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-pip' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python-pip

Any additional information you'd like to impart

@andersje
Copy link

andersje commented Nov 2, 2020

i too am encountering this. Did you ever find a workaround?

@s1e2b3i4
Copy link
Author

s1e2b3i4 commented Nov 9, 2020

i too am encountering this. Did you ever find a workaround?

Unfortunately, no. I ended up installing everything manually.

@andersje
Copy link

Yep, me too. Gave up on using the puppet module until such a time as a fix goes in.

@sebastianberm
Copy link

This issue is that voxpupuli/puppet-python#576 (and probably new related stuff) has to be resolved, before this can be done.

@dowlingw
Copy link

dowlingw commented Sep 7, 2021

It looks like voxpupuli/puppet-python#593 has been merged to address this, so this is doable now.

I have also observed this issue with Debian 11, though I will probably raise a separate issue against this project to track that specifically. Support for that has also been merged with voxpupuli/puppet-python#621

@kenyon
Copy link
Member

kenyon commented Jan 22, 2022

This should be resolved now.

@kenyon kenyon closed this as completed Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants