You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug or problem is.
But there is no package exist
./install.sh -cdi fails because it requires python3-joblib.
Package gcc-c++-11.5.0-2.el9.x86_64 is already installed.
Package gcc-gfortran-11.5.0-2.el9.x86_64 is already installed.
Package libgomp-11.5.0-2.el9.x86_64 is already installed.
Package wget-1.21.1-8.el9.x86_64 is already installed.
Error: Unable to find a match: python3-joblib
Error: Unable to find a match: python3-joblib
yum install
sudo yum install python3-joblib
No match for argument: python3-joblib
Error: Unable to find a match: python3-joblib
Sorry about that, it is already fixed for upcoming ROCm 6.3. The install helper you can fix with cherry pick f86c7ad
or just install dependencies manually and drop the -d. joblib for redhat can come from pip install.
Describe the bug
A clear and concise description of what the bug or problem is.
But there is no package exist
install.sh:118: "python3" "python3-yaml" "python3-venv" "python3-joblib" "python3*-pip" )
RHEL9/CENTOS9 rocm6.2.
rocm-org https://github.com/ROCm/rocBLAS (fetch)
rocm-org https://github.com/ROCm/rocBLAS (push)
m/roc-6.2.x -> rocm-6.2.2
The text was updated successfully, but these errors were encountered: