Skip to content

安装paddle后,import paddle 打印“信息: 用提供的模式无法找到文件” #72526

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

Open
155cannon opened this issue Apr 28, 2025 · 4 comments
Assignees
Labels
status/new-issue 新建 type/build 编译/安装问题

Comments

@155cannon
Copy link

问题描述 Issue Description

如题,cpu和gpu版安装后,都是这个现象

运行python3 summary_env.py,也显示 信息: 用提供的模式无法找到文件。

版本&环境信息 Version & Environment Information

信息: 用提供的模式无法找到文件。
C:\Users\Piyaskoly\AppData\Local\Programs\Python\Python312\Lib\site-packages\paddle\utils\cpp_extension\extension_utils.py:711: UserWarning: No ccache found. Please be aware that recompiling all source files may be required. You can download and install ccache from: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md
warnings.warn(warning_message)


Paddle version: 3.0.0
Paddle With CUDA: False

OS: Windows 10
GCC version: (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 7.3.0
Clang version: N/A
CMake version: N/A
Libc version: N/A
Python version: 3.12.3

CUDA version: 12.6.85
Build cuda_12.6.r12.6/compiler.35059454_0
cuDNN version: N/A
Nvidia driver version: 576.02
Nvidia driver List:
GPU 0: NVIDIA GeForce GTX 1060


@155cannon 155cannon added status/new-issue 新建 type/build 编译/安装问题 labels Apr 28, 2025
@188080501
Copy link

我这也有这个提示,貌似是因为ccache?
好像也没什么影响,不管这个提示就好了

@155cannon
Copy link
Author

我这也有这个提示,貌似是因为ccache? 好像也没什么影响,不管这个提示就好了

是的,我解决了,是ccache的原因,一直以为下面的ccache警告和上面的 信息: 用提供的模式无法找到文件 是2个问题,

@yangy996
Copy link

我这也有这个提示,貌似是因为ccache? 好像也没什么影响,不管这个提示就好了

是的,我解决了,是ccache的原因,一直以为下面的ccache警告和上面的 信息: 用提供的模式无法找到文件 是2个问题,

怎么解决的?可以分享下吗?

@swgu98
Copy link
Contributor

swgu98 commented Apr 29, 2025

如果只是Warning的话不影响使用的,如果还有问题可以提供更多报错细节,我们会进一步验证解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/new-issue 新建 type/build 编译/安装问题
Projects
None yet
Development

No branches or pull requests

5 participants