我尝试在我的VPS上安装此池脚本: https://github.com/jamescoxon/rai_quarry_pool
我做了第一步但后来遇到了问题:
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
gunicorn --bind 0.0.0.0:5000 app:app
给我这个错误:
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视频步骤。
答案 0 :(得分:0)
克隆后,git repo进入文件夹rai_quarry_pool
并运行该命令。我想你们都试图从其他地方执行命令。