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

Pip install support #5318

Closed
wangkuiyi opened this issue Nov 2, 2017 · 2 comments
Closed

Pip install support #5318

wangkuiyi opened this issue Nov 2, 2017 · 2 comments

Comments

@wangkuiyi
Copy link
Collaborator

@reyoung had been working on this. He noticed that the manylinux standard requires that wheel packages (or pip packages) must be built on CentOS 5. However, CentOS 5 is too old a Linux distribution whose kernel doesn't support Golang.

@helinwang reminded that if we are to distribute pip packages of PaddlePaddle, we can simply disable Golang during building (cmake WITH_GO=OFF) because currently Golang is only used with the parameter server and in our future plan we are not going to have the parameter server.

@reyoung
Copy link
Collaborator

reyoung commented Nov 2, 2017

Related issue #4050
It seems that @typhoonzero found a new docker image which based on CentOS6.

@Yancey1989
Copy link
Contributor

I'll close this issue since we have already support pip install paddlepaddle.

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