baidu / bigflow

Baidu Bigflow is an interface that allows for writing distributed computing programs and provides lots of simple, flexible, powerful APIs. Using Bigflow, you can easily handle data of any scale. Bigflow processes 4P+ data inside Baidu and runs about 10k jobs every day.
http://baidu.github.io/bigflow
Apache License 2.0
1.14k stars 160 forks source link

readline install failed #18

Open acmol opened 6 years ago

acmol commented 6 years ago

image

As illustrated in this picture, pip install readline failed but the build continued.

The building scripts should be improved to build readline success and to detect this kind of errors.

fanyeren commented 6 years ago

you show give more details

acmol commented 6 years ago

When we build bigflow, we will use pip install readline in this file: bigflow_python/build_python.sh

Sometimes it will fail. But I guess maybe it's the network problem. But we should check if it fails to install the python libs, and throw the errors up.