Skip to content
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

Reported errors after running paddle.utils.run_check() #63716

Open
TheMattBin opened this issue Apr 20, 2024 · 2 comments
Open

Reported errors after running paddle.utils.run_check() #63716

TheMattBin opened this issue Apr 20, 2024 · 2 comments

Comments

@TheMattBin
Copy link

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

@xysheng-baidu
Copy link
Contributor

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

import sys
print(sys.version)

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

@paddle-bot paddle-bot bot added status/following-up 跟进中 and removed status/new-issue 新建 labels Apr 23, 2024
@TheMattBin
Copy link
Author

I checked, they're the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants