簡體   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