将Python应用程序部署到Heroku的问题

时间:2016-12-24 05:30:06

标签: python heroku flask

Command "/app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-SDg1nL/av/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-8eCgWx-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-SDg1nL/av/
 !     Push rejected, failed to compile Python app.
 !     Push failed

我是一个蟒蛇诺贝,不知道这里发生了什么。

请告诉我其他信息会有所帮助,谢谢。

1 个答案:

答案 0 :(得分:0)

av包引发了错误:

https://stackoverflow.com/a/27178619/3973137帮助了我