konveyor / tackle-data-gravity-insights

Apache License 2.0
15 stars 12 forks source link

abstraction goes before calling c2g #44

Closed dannywuwu closed 2 years ago

dannywuwu commented 2 years ago

Current documentation:

$ dgi --clear c2g --abstraction=method --input=doop-output
Usage: dgi c2g [OPTIONS]
Try 'dgi c2g --help' for help.

Error: No such option: --abstraction

Will not run with abstraction unless --abstraction is specified before c2g.

rofrano commented 2 years ago

@dannywuwu You probably have an older version of tackle-dig installed. We changed the CLI parameters to make them more consistent this in version 0.1.0. I'm guessing you have 0.0.4.

Try:

sudo pip install -U tackle-dig

To get the latest version and let us know if that fixed it.

dannywuwu commented 2 years ago

@dannywuwu You probably have an older version of tackle-dig installed. We changed the CLI parameters to make them more consistent this in version 0.1.0. I'm guessing you have 0.0.4.

Try:

sudo pip install -U tackle-dgi

To get the latest version and let us know if that fixed it.

This worked, thank you :)