schettino72 / doit-graphx

ABANDONED
MIT License
6 stars 4 forks source link

ERROR: Invalid parameter #4

Open harryjubb opened 7 years ago

harryjubb commented 7 years ago

Hi,

Is this plugin still supported? I've installed with:

pip3 install git+https://github.com/pydoit/doit-graphx.git

And added the doit.cfg to my project folder, but if I run any of the example commands:

doit graphx
doit graph                        ## open matplotlib frame, WILL CHANGE THIS!
doit graph --deps file,calc,target --private
doit graph --out-file some.png
doit graph --graph-type json --out-file some.png

I only get:

ERROR: Invalid parameter: "graph". Must be a command, task, or a target.

I'm using Python 3.6 and doit 0.30.3 and have tried inside and outside of a virtualenv.

ankostis commented 7 years ago

Unfortunately, not really. [edit]: at least not from me. Please feel free to PR.

harryjubb commented 7 years ago

Thanks, if I have any luck I will do :)