标签: 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模块发生了什么?
答案 0 :(得分:2)
在pyinvoke 0.13.0中,all tasks are now ctasks
将导入更改为使用任务。