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

[Bug]: Build breaks due to non-existing or misnomered packages in requirement #1519

Open
jdgh000 opened this issue Nov 16, 2024 · 2 comments
Assignees

Comments

@jdgh000
Copy link

jdgh000 commented Nov 16, 2024

Describe the bug

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

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

@TorreZuk
Copy link
Contributor

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.

@TorreZuk TorreZuk self-assigned this Nov 16, 2024
@TorreZuk
Copy link
Contributor

Assume workarounds suffice so will close this issue later this week unless specific feedback is provided. Thanks for reporting.

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

2 participants