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

AttributeError: module 'paddle' has no attribute 'version' #196

Closed
CQMalaxg opened this issue Apr 23, 2024 · 2 comments
Closed

AttributeError: module 'paddle' has no attribute 'version' #196

CQMalaxg opened this issue Apr 23, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@CQMalaxg
Copy link

Thanks for your issue. To help us better solve the issue, please provide the following information:

  1. PaddleRS version: (please specify the branch as well,e.g. PaddleRS release/1.0)
  2. PaddlePaddle version: PaddlePaddle-gpu2.4.2/ PaddlePaddle-gpu==2.5.2/ PaddlePaddle-gpu==2.6.1
  3. Operation system: linux
  4. Python version: Python3.10
  5. CUDA/cuDNN version: CUDA12.1.1
    导入paddlers时出现错误,导入语句为:import paddlers as pdrs
    报错截图如下:
    image
    paddle和paddlers的版本如下:paddlepaddle-gpu换了2.4.2/ 2.5.2 / 2.6.1,报错均是这样
    image
@CQMalaxg CQMalaxg added the question Further information is requested label Apr 23, 2024
@github-actions github-actions bot added triage new issue/PR waiting to be dealed and removed triage new issue/PR waiting to be dealed labels Apr 23, 2024
@Bobholamovic
Copy link
Member

你好,看起来这是一个版本不匹配的问题:PaddleRS develop版本只支持Paddle 2.5以上版本,而PaddleRS v1.0-beta只支持到PaddleRS 2.4版本(你安装的似乎是PaddleRS develop版本+Paddle 2.4)~

@CQMalaxg
Copy link
Author

感谢您的回答,我在其他Paddle仓库的issue上找到了相关解决方案,重装解决了,谢谢您

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants