【问题标题】:Procfile Heroku配置文件 Heroku
【发布时间】:2018-03-29 14:31:01
【问题描述】:

我尝试在 Heroku 上部署我的第一个 Telegram 聊天机器人(使用 Chatterbot 库完成)。我的聊天机器人的文件是: 要求(txt 文件) Procfile (worker: python magghybot.py) 机器人用户(csv 文件) 马吉(py文件) maggybot(py 文件) 运行时(txt 文件) 电报令牌(txt 文件) 对话(名为 lang 的文件夹中的 yml 文件) math_words(名为 lang 的文件夹中的 json 文件)

当我尝试通过终端进行部署时,我得到了这样的结果:

Counting objects: 14, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (14/14), 5.27 KiB | 0 bytes/s, done.
Total 14 (delta 0), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Python app detected
remote:  !     Warning: Your application is missing a Procfile. This file tells Heroku how to run your application.
remote:  !     Learn more: https://devcenter.heroku.com/articles/procfile
remote: -----> Installing python-2.7.14
remote: -----> Installing pip
remote: -----> Installing requirements with pip
remote:        Collecting altgraph==0.10.2 (from -r /tmp/build_a73484ff05f07a99f75f8542f74b80fe/requirements.txt (line 1))
remote:          Downloading altgraph-0.10.2.tar.gz (481kB)
remote:        Collecting backports.shutil-get-terminal-size==1.0.0 (from -r /tmp/build_a73484ff05f07a99f75f8542f74b80fe/requirements.txt (line 2))
remote:          Downloading backports.shutil_get_terminal_size-1.0.0-py2.py3-none-any.whl
remote:        Collecting bdist-mpkg==0.5.0 (from -r /tmp/build_a73484ff05f07a99f75f8542f74b80fe/requirements.txt (line 3))
remote:          Downloading bdist_mpkg-0.5.0.tar.gz
remote:        Collecting bonjour-py==0.3 (from -r /tmp/build_a73484ff05f07a99f75f8542f74b80fe/requirements.txt (line 4))
remote:          Could not find a version that satisfies the requirement bonjour-py==0.3 (from -r /tmp/build_a73484ff05f07a99f75f8542f74b80fe/requirements.txt (line 4)) (from versions: )
remote:        No matching distribution found for bonjour-py==0.3 (from -r /tmp/build_a73484ff05f07a99f75f8542f74b80fe/requirements.txt (line 4))
remote:  !     Push rejected, failed to compile Python app.
remote: 
remote:  !     Push failed
remote: Verifying deploy...
remote: 
remote: !   Push rejected to magghy.
remote: 
To https://git.heroku.com/magghy.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/magghy.git'

拜托,你能帮帮我吗?我已经用这个字符串创建了一个 Procfile:

worker: python magghybot.py

【问题讨论】:

    标签: python heroku procfile


    【解决方案1】:

    我用命令touch Procfile 解决了。这个命令创建了一个没有扩展名的文件,所以我把我的字符串worker: python magghybot.py。 :)

    【讨论】:

      猜你喜欢
      • 2011-06-18
      • 2016-09-11
      • 1970-01-01
      • 1970-01-01
      • 2015-06-06
      • 2012-05-13
      • 2015-11-02
      • 2019-03-07
      • 2012-09-01
      相关资源
      最近更新 更多