前提・実現したいこと
pythonで書いたアプリをgitにpushしたい
git push heroku master
発生している問題・エラーメッセージ
git push heroku master
Counting objects: 4503, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (4458/4458), done.
Writing objects: 100% (4503/4503), 41.21 MiB | 352.00 KiB/s, done.
Total 4503 (delta 309), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: /app/tmp/buildpacks/8790c95df255b386056ea169648fd4a33d1cb3fba81f73b536f26374f6af107145f64a5980db7a52177f63bb41527f360ebd2e3bef7b8917bda7b51cf284cfdb/bin/steps/python: line 5: warning: command substitution: ignored null byte in input
remote: ) is not available for this stack (heroku-18).
remote: ! Aborting. More info: https://devcenter.heroku.com/articles/python-support
remote: ! Push rejected, failed to compile Python app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
該当のソースコード
ソースコード
試したこと
procファイルのpythonのバージョンを変更しても変りませんでした(3.7.2 → 3.6.8)
補足情報(FW/ツールのバージョンなど)
環境 windows10
null byte inputがどこにあって、どうやって消したらいいのかがわかりません。
手法をご教示いただけませんでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/06/23 08:13