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

paddle的docker镜像中无法安装TensorFlow(libclang) #40378

Open
FranklinBao opened this issue Mar 9, 2022 · 5 comments
Open

paddle的docker镜像中无法安装TensorFlow(libclang) #40378

FranklinBao opened this issue Mar 9, 2022 · 5 comments
Assignees

Comments

@FranklinBao
Copy link

版本、环境信息:
   1)PaddlePaddle版本:paddle:2.2.2-gpu-cuda11.2-cudnn8镜像
   3)系统环境:Ubuntu

  • 复现信息:pip install tensorflowpip install libclang
  • 问题描述:
    image
@paddle-bot-old
Copy link

paddle-bot-old bot commented Mar 9, 2022

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

@sighingnow
Copy link

It is a bug caused by the installed version of pip inside the docker contianer, see sighingnow/libclang#22

I suggest the Paddle team to upgrade the pip in the released docker image to the latest version (or at least void using pip==20.0.0 and pip==20.0.1), see also pypa/pip#7629

@Intsigstephon
Copy link
Contributor

您好,可以更新下pip试试

@sighingnow
Copy link

sighingnow commented Mar 10, 2022

您好,可以更新下pip试试

Actually I mean, it is an issue of the paddle distribution and should be fixed on the paddle side, rather than the end-user side.

@FranklinBao
Copy link
Author

It is a bug caused by the installed version of pip inside the docker contianer, see sighingnow/libclang#22

I suggest the Paddle team to upgrade the pip in the released docker image to the latest version (or at least void using pip==20.0.0 and pip==20.0.1), see also pypa/pip#7629

谢谢,问题已解决

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

No branches or pull requests

3 participants