我正在使用Flask进行Google Ap Engine应用程序 当我在requirements.txt中添加lib时,我的applcication没有部署 content requirements.txt
Flask==0.10.1
gunicorn==19.4.5
google-api-python-client==1.5.0
oauth2client==2.0.1
pandas==0.18.0
结束其返回错误
ERROR: (gcloud.preview.app.deploy) Docker build aborted: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 143
如果我删除" google-api-python-client",则错误消失