Grench6 / RX580-rocM-tensorflow-ubuntu20.4-guide

Install guide of ROCm and Tensorflow on Ubuntu for the RX580
110 stars 13 forks source link

librccl.so.1: No such file or directory #1

Closed aruno14 closed 3 years ago

aruno14 commented 3 years ago

I followed your instruction on Ubuntu 20.4.1, but when I test python code, I got the below error:

ImportError: librccl.so.1: cannot open shared object file: No such file or directory

aruno14 commented 3 years ago

export LD_LIBRARY_PATH="/opt/rocm-3.5.1/rccl/lib/" solved the error.

Grench6 commented 3 years ago

Sorry for late response. I am glad you solved the problem. 😀

aruno14 commented 3 years ago

I think your reply was very fast :) Thank you for your guide, it realy helped me!