0
私はこのプールスクリプト私のVPSにインストールしようとするアプリ:gunicornが0.0.0.0:5000アプリを--bind 'Worker failed to boot'を修正するには? <a href="https://github.com/jamescoxon/rai_quarry_pool" rel="nofollow noreferrer">https://github.com/jamescoxon/rai_quarry_pool</a></p> <p> は、私が最初の一歩をしたが、その後、私はからの問題を抱えている:
git clone https://github.com/jamescoxon/rai_quarry_pool.git
Edit app.py and submit.py and add the address you want the faucet to pay to
Open screen
gunicorn --bind 0.0.0.0:5000 app:app
Detach the screen using Ctrl-A-D
は私に、このエラーを与える:
File "/usr/local/lib/python3.5/dist-packages/gunicorn/util.py", line 352, in import_app
import(module)
ImportError: No module named 'app'
[2017-05-04 08:15:42 +0000] [5726] [INFO] Worker exiting (pid: 5726)
[2017-05-04 08:15:42 +0000] [5723] [INFO] Shutting down: Master
[2017-05-04 08:15:42 +0000] [5723] [INFO] Reason: Worker failed to boot.
任意のアイデアしてください?
私は他の記事でも読んだけど、それを修正することはできません。
問題を理解する助けがあれば、私はyoutubeビデオステップステップを記録できます。
sudo su cd/root/rai_quarry_poolはい?私はそれが仕事をしなかった前に試してみるが、私は今再びやってみるhahah、ありがとう:) –