importError: no module named http_clinet from six.moves.http_client import BadStatusLine 错误原因是six 的版本太低了,升级six的版本 pip install --ignore-installed six