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

PaddlePaddle兼容问题 #1858

Open
nbcongmingdan opened this issue Mar 6, 2025 · 4 comments
Open

PaddlePaddle兼容问题 #1858

nbcongmingdan opened this issue Mar 6, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@nbcongmingdan
Copy link

Description of the bug | 错误描述

E0306 03:19:29.515237 1154 analysis_config.cc:169] Please use PaddlePaddle with GPU version.
使用pip安装时paddle为CPU版本

安装paddlepaddle-gpu版本时会产生兼容性问题
可能由backports模块的兼容性问题导致

How to reproduce the bug | 如何复现

尝试使用paddle-gpu版本。。。就会有这个问题......似乎PIP无法处理好版本依赖
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. conda-repo-cli 1.0.75 requires requests_mock, which is not installed. conda-repo-cli 1.0.75 requires clyent==1.2.1, but you have clyent 1.2.2 which is incompatible.

Operating system | 操作系统

Linux

Python version | Python 版本

3.10

Software version | 软件版本 (magic-pdf --version)

1.0.x

Device mode | 设备模式

cuda

@nbcongmingdan nbcongmingdan added the bug Something isn't working label Mar 6, 2025
@nbcongmingdan
Copy link
Author

p.s.

WSL-Ubuntu22.04终端

@myhloli
Copy link
Collaborator

myhloli commented Mar 6, 2025

看上去都不是本项目所必须的依赖,你应当按照readme的教程创建一个全新的虚拟环境再安装。

@YaoAIPro
Copy link

YaoAIPro commented Mar 6, 2025

可以去paddle-ocr官方下载合适的版本,我也是下降版本之后才兼容的:https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/linux-pip.html

@nbcongmingdan
Copy link
Author

看上去都不是本项目所必须的依赖,你应当按照readme的教程创建一个全新的虚拟环境再安装。

已经是新建的环境了。。。。。。暂时先使用cpu 版本的paddle吧...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants