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

Can't find python3-venv on EL #415

Open
d1nuc0m opened this issue Nov 22, 2024 · 0 comments
Open

Can't find python3-venv on EL #415

d1nuc0m opened this issue Nov 22, 2024 · 0 comments

Comments

@d1nuc0m
Copy link
Contributor

d1nuc0m commented Nov 22, 2024

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: Not relevant
  • Ruby: Not relevant
  • Distribution: Enterprise Linux family
  • Module version: 10.0.0

How to reproduce

class { 'puppetboard':
  manage_virtualenv   => true,
  secret_key          => fqdn_rand_string(32),
  python_version      => '3.9',
}

What are you seeing

The module tries to install python3-venv that is not available on EL

What behaviour did you expect instead

Some time ago it worked and installed puppetboard, maybe it's related to python module?

Output log

Error: Execution of '/bin/dnf -d 0 -e 1 -y install python3-venv' returned 1: Error: Unable to find a match: python3-venv
Error: /Stage[main]/Python::Install/Package[python-venv]/ensure: change from 'purged' to 'present' failed: Execution of '/bin/dnf -d 0 -e 1 -y install python3-venv' returned 1: Error: Unable to find a match: python3-venv
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

1 participant