You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@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.The text was updated successfully, but these errors were encountered: