即使文件存在,也找不到“ Procfile”模板

时间:2019-03-26 16:18:24

标签: python jinja2 erpnext frappe

我正在通过他们创建的python脚本安装frappe bench,但是在其中一个步骤中,出现了此错误:

jinja2.exceptions.TemplateNotFound: Procfile

通过搜索磁盘,我在以下文件夹中找到了“ Procfile”:

/home/frappe/.bench/bench/config/templates/Procfile
/tmp/.bench/bench/config/templates/Procfile

我尝试将文件复制到运行python脚本的文件夹中,甚至将文件复制到frappe-bench文件夹中,但没有任何帮助。

有任何提示吗?

1 个答案:

答案 0 :(得分:0)

您正面临此问题,因为您已使用(可编辑的仓库)安装了工作台 class myTest extends Simulation { val headers = Map("Authorization" -> "longAuthHeader") val httpProtocol = http .baseUrl("http://baseurl.com:8000") .headers(headers) val scn = scenario("Scenario Name") .exec(http("request") .get("/data/url/")) setUp(scn.inject(constantUsersPerSec(40) during (2 minutes))) .protocols(httpProtocol) .throttle(jumpToRps(40), holdFor(2 minutes)) } 只需删除-e参数并尝试使用进行安装 sudo pip install -e ./bench