为什么“导入ctask作为任务”在pyinvoke中失败?

时间:2016-06-20 23:52:11

标签: python pyinvoke

当我尝试使用getting started guide中定义的ctask时,它失败并出现以下错误:

>>> from invoke import ctask as task
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name task

ctask模块发生了什么?

1 个答案:

答案 0 :(得分:2)

在pyinvoke 0.13.0中,all tasks are now ctasks

将导入更改为使用任务。