-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Issue]: Cannot find libamdpython.so in rocm-terminal image #32
Comments
My current workaround on ubuntu is to create a link to
|
I experience this problem too (Ubuntu 24.04 container, ROCm 6.3.1 installed via apt).
Searching the filesystem I see a broken symlink in root (/libamdpython.so -> /opt/rocm-6.3.1/lib/libamdpython.so) |
Hi, This is a packaging issue. The packaging team has been notified and should provide a fix. In the meantime, @Naraenda's workaround is valid. @rouseabout, you should be able to workaround the issue by doing:
|
@lancesix the workaround works for me, thanks |
Problem Description
Either the packaged rocGDB in the ROCm stack isn't linked to the right library, i.e.
libpython3.8.so
. Orlibamdpython.so
isn't correctly bundled.Operating System
Ubuntu 20.04.6
CPU
AMD EPYC 9474F
GPU
MI210
ROCm Version
ROCm 6.3.1
ROCm Component
ROCgdb
Steps to Reproduce
Running the following command
Results in the following error:
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: