Reported errors after running paddle.utils.run_check()

soat7uwm  于 2个月前  发布在  其他
关注(0)|答案(2)|浏览(25)

bug描述 Describe the Bug

After install paddle and run paddle.utils.run_check() in Jupyter Notebook, there's following errors:

Suggestions:
  1. Check if the third-party dynamic library (e.g. CUDA, CUDNN) is installed correctly and its version is matched with paddlepaddle you installed.
  2. Configure third-party dynamic library environment variables as follows:
  - Linux: set LD_LIBRARY_PATH by `export LD_LIBRARY_PATH=...`

I checked related issues like #45122 and #35028 , and solved accordingly. However, the issues are still not yet fixed. Yet, if I run the command in CMD, it shows no errors. Please check on Jupyter Notebook, Thanks!

其他补充信息 Additional Supplementary Information

No response

js81xvg6

js81xvg61#

确认Jupyter Notebook中的Python版本是否与所需的版本匹配。可以使用以下命令检查Jupyter Notebook中的Python版本:

import sys
print(sys.version)

确保Python版本与所需的版本匹配。

smdnsysy

smdnsysy2#

I checked, they're the same.

相关问题