Installing Pytorch OSError: libcurand.so.10: cannot open shared object file: No such file or directory

Hi @discort, can you check that you have libcurand.so.10 found under /usr/local/cuda/lib64?

Try running this in your terminal before you launch python3:

export LD_LIBRARY_PATH=/usr/local/cuda/lib64 ${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

If it works, you can add it to your user’s ~/.bashrc