Hi Should have probably mentioned by Pip and Python versions just in case: Python 3.9.18 pip 24.0
and the actual error message I'm getting when trying to go down the Python Virtual env route:
dnf install python3-dev No match for argument: python3-dev Error: Unable to find a match: python3-dev
dnf install python3-venv No match for argument: python3-venv Error: Unable to find a match: python3-venv
Which tells me that those packages are not in the Red Hat repos that I have currently configured:
dnf repolist epo id repo name epel Extra Packages for Enterprise Linux 9 - x86_64 epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 test-codeready-builder-for-rhel-9-x86_64-rpms test-codeready-builder-for-rhel-9-x86_64-rpms test-epel9-everything test-epel9-everything test-fluentbit test-fluentbit test-rhel-9-for-x86_64-appstream-rpms test-rhel-9-for-x86_64-appstream-rpms test-rhel-9-for-x86_64-baseos-rpms test-rhel-9-for-x86_64-baseos-rpms
Andy