PaddleHelix icon indicating copy to clipboard operation
PaddleHelix copied to clipboard

Installation without docker container

Open MUCDK opened this issue 3 years ago • 3 comments

Hey, Great paper! Could you please provide instructions of how to install paddlepaddle without docker containers?

Thanks a lot!

MUCDK avatar Jul 29 '21 13:07 MUCDK

Hi there,

Thanks for your interest. You can refer to this link (https://www.paddlepaddle.org.cn/documentation/docs/en/install/index_en.html) for the detailed installation instruction of paddlepaddle. If you want to install paddlehelix, you can go here for the details.

Hope this will help!

SuperXiang avatar Jul 29 '21 14:07 SuperXiang

Hi, Thank you very much for your response. I tried to replicate the instructions but still run into the error

RuntimeError: (PreconditionNotMet) Cannot load cudnn shared library. Cannot invoke method cudnnGetVersion. [Hint: cudnn_dso_handle should not be null.] (at /paddle/paddle/fluid/platform/dynload/cudnn.cc:59)

It seems like several users have had this issue. Unfortunately, most solutions suggested are in Chinese. Would it be possible to direct to an English solution?

Thank you very much!

MUCDK avatar Jul 30 '21 07:07 MUCDK

Hi there, This error seems to be because the paddle cannot find the cudnn library, you may try to include your cudnn library path to the environment variable LD_LIBRARY_PATH and test the code. In this similar issue, I think he/she successfully solve the problem by include the cuda path to the enviroment variable. Hope this can be helpful to you.

Noisyntrain avatar Jul 30 '21 07:07 Noisyntrain