繁体   English   中英

在将Python应用程序部署到Heroku时出现问题

[英]Issue deploying Python app to Heroku

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

我是python noobie,不知道这是怎么回事。

请让我知道哪些其他信息会有所帮助,谢谢。

av软件包抛出错误:

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM