Error: Can not import paddle core while this file exists: C:\app\DeepSeekMine-light\resources\app\semantic_rag\python_window\Lib\site-packages\paddle\base\libpaddle.pyd #16118
Unanswered
HutnerOakley
asked this question in
Q&A
Replies: 1 comment 1 reply
-
您好,可以试下ldconfig命令。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
用electron-builder打包的exe可以在我的电脑上运行,但是在其它人电脑报这个错误,详细日志如下:Can not import paddle core while this file exists: C:\app\DeepSeekMine-light\resources\app\semantic_rag\python_window\Lib\site-packages\paddle\base\libpaddle.pyd
[ERROR] 2025-07-23T06:58:08.251Z [stderr]: Traceback (most recent call last):
File "C:\app\DeepSeekMine-light\resources\app\semantic_rag\python_window\Lib\site-packages\paddle\base\core.py", line 267, in
from . import libpaddle
ImportError: DLL load failed while importing libpaddle
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".\semantic_rag\main.py", line 18, in
File ".\semantic_rag\upload.py", line 6, in
File ".\semantic_rag\chunking.py", line 15, in
File ".\semantic_rag\ocr_handle.py", line 16, in
File "C:\app\DeepSeekMine-light\resources\app\semantic_rag\python_window\Lib\site-packages\paddleocr_init_.py", line 14, in
from .paddleocr import (
File "C:\app\DeepSeekMine-light\resources\app\semantic_rag\python_window\Lib\site-packages\paddleocr\paddleocr.py", line 21, in
from paddle.utils import try_import
File "C:\app\DeepSeekMine-light\resources\app\semantic_rag\python_window\Lib\site-packages\paddle_init_.py", line 38, in
from .base import core # noqa: F401
File "C:\app\DeepSeekMine-light\resources\app\semantic_rag\python_window\Lib\site-packages\paddle\base_init_.py", line 38, in
from . import ( # noqa: F401
File "C:\app\DeepSeekMine-light\resources\app\semantic_rag\python_window\Lib\site-packages\paddle\base\backward.py", line 28, in
from . import core, framework, log_helper, unique_name
File "C:\app\DeepSeekMine-light\resources\app\semantic_rag\python_window\Lib\site-packages\paddle\base\core.py", line 382, in
if not avx_supported() and libpaddle.is_compiled_with_avx():
NameError: name 'libpaddle' is not defined
Beta Was this translation helpful? Give feedback.
All reactions