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

prereq.sh fails to install python3-pip on clean Rocky9.3 #2356

Open
nthorne-dell opened this issue Oct 9, 2024 · 1 comment
Open

prereq.sh fails to install python3-pip on clean Rocky9.3 #2356

nthorne-dell opened this issue Oct 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nthorne-dell
Copy link

Describe the bug
prereq.sh uses python's pip module to install ansible. If running it on Rocky Linux version 9.3 (Dell reasons why that version is picked)

To Reproduce
Steps to reproduce the behavior:

  1. Request PXE image from internal network - should be a reasonably vanilla Rocky9.3
  2. git clone https://github.com/dell/omnia.git
  3. ensure correct permissions on directories
  4. run prereq.sh
  5. See error
    [root@controlplane omnia]# ./prereq.sh
    #[SNIP]

UPGRADING PIP:

/usr/bin/python3.9: No module named pip

INSTALLING ANSIBLE:

/usr/bin/python3.9: No module named pip
/usr/bin/python3.9: No module named pip
Waiting for process with pid 11608 to finish.
#[SNIP]
For more information: https://omnia-doc.readthedocs.io/en/latest/InstallationGuides/InstallingProvisionTool/index.html

Expected behavior
script completes and ansible is installed successfully via python-pip
Or script halts on error

system snapshot

  • OS: Rocky Linux release 9.3 (Blue Onyx)
  • omnia/v1.5/main
@nthorne-dell nthorne-dell added the bug Something isn't working label Oct 9, 2024
nthorne-dell added a commit to nthorne-dell/omnia that referenced this issue Oct 10, 2024
…allation block look the same as the apt one above it by instaling 2 packages instead of just python39.
@abhishek-sa1
Copy link
Contributor

@nthorne-dell Omnia does not support rocky 9.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants