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
2条答案
按热度按时间js81xvg61#
确认Jupyter Notebook中的Python版本是否与所需的版本匹配。可以使用以下命令检查Jupyter Notebook中的Python版本:
确保Python版本与所需的版本匹配。
smdnsysy2#
I checked, they're the same.