I am installing AIQUM 9.10. My centOS VM has limited internet connectivity so I’ve had to install epel and mysql manually
Seeing the following error in pre-check –
Feb 03 12:55:58: checking for python3
Feb 03 12:55:58: Checking if package python3 is installed.
Error: No matching Packages to list
Feb 03 12:55:59: Checking if package python3 exists in the configured yum repositories.
Pre-reqs installed –
[cloud@activeiq-3 ~]$ cat /etc/os-release
NAME="CentOS Stream"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Stream 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL=https://centos.org/
BUG_REPORT_URL=https://bugzilla.redhat.com/
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"
[cloud@activeiq-3 ~]$ java -version
openjdk version "1.8.0_312"
OpenJDK Runtime Environment (build 1.8.0_312-b07)
OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)
[cloud@activeiq-3 ~]$ rpm -qa | grep -i mysql
mysql80-community-release-el8-1.noarch
mysql-community-client-8.0.28-1.el8.x86_64
mysql-community-common-8.0.28-1.el8.x86_64
mysql-community-libs-8.0.28-1.el8.x86_64
mysql-community-icu-data-files-8.0.28-1.el8.x86_64
mysql-community-client-plugins-8.0.28-1.el8.x86_64
mysql-community-server-8.0.28-1.el8.x86_64
[cloud@activeiq-3 ~]$ rpm -qa | grep p7zip
p7zip-plugins-16.02-20.el8.x86_64
p7zip-16.02-20.el8.x86_64
[cloud@activeiq-3 ~]$ python3 --version
Python 3.6.8
I don’t see any specific steps in the documentation… Appreciate any guidance you can provide.