Replies: 1 comment
-
The error you're encountering, "Can not import paddle core while this file exists," typically occurs when there is an issue with the PaddlePaddle installation or its dependencies, especially when using PyInstaller to bundle your application. Here are some steps to troubleshoot and resolve this issue: 1. Ensure PaddlePaddle is Installed Correctly
2. Check PyInstaller Configuration
3. Check for File Conflicts
4. Use a Virtual Environment
5. Check for Compatibility Issues
6. Reinstall PaddleOCR
7. Check for System-Specific Issues
8. Consult the PaddleOCR Community
By following these steps, you should be able to resolve the issue and successfully import Paddle core in your PyInstaller-bundled application. Response generated by 🤖 feifei-bot | deepseek-chat |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
this happens when i include paddle ocr in my pyinstaller.
Error: Can not import paddle core while this file exists: C:\Users\hp_5C\AppData\Local\Programs\Python\Python311\Lib\site-packages\paddle\base\libpaddle.pyd
Error: Can not import paddle core while this file exists: C:\Users\hp_5C\AppData\Local\Programs\Python\Python311\Lib\site-packages\paddle\base\libpaddle.pyd
Error: Can not import paddle core while this file exists: C:\Users\hp_5C\AppData\Local\Programs\Python\Python311\Lib\site-packages\paddle\base\libpaddle.pyd
Error: Can not import paddle core while this file exists: C:\Users\hp_5C\AppData\Local\Programs\Python\Python311\Lib\site-packages\paddle\base\libpaddle.pyd
this error never existed when i use paddleocr normally.
paddle ocr version 2.8.1
Beta Was this translation helpful? Give feedback.
All reactions