After updated Fabric
from 1.4 to 2.4, fab -f <file_path>.<fabfile>.py
isn't working anymore. It always throws the error Can't find any collection named 'fabfile'!
From fab --help
, it stated that -f
option is used to -f STRING, --config=STRING Runtime configuration file to use.
Thinking to downgrade it to 1.4 since all my project on other hosts are running this version. But i cant't get back the 1.4 installer on net. Anyone could help on this or any workaround for fabric 2.4 ?