gobert icon indicating copy to clipboard operation
gobert copied to clipboard

`make model` not working

Open sugarme opened this issue 6 years ago • 2 comments

running make model has this error:

make: *** No rule to make target 'export_image', needed by 'model'.  Stop.

Is export_image target missing? (cannot see it in Makefile)

sugarme avatar Sep 26 '19 07:09 sugarme

Two things you need to do:

first clone the repo recursive to init the go-bert python submodule and replace export_image with export/image in the make file and it will run just fine.

ng2dev avatar Dec 04 '19 14:12 ng2dev

Will try on a fresh machine and document setup better.

buckhx avatar Jan 31 '20 19:01 buckhx