shankarapailoor / moonshine

MIT License
93 stars 24 forks source link

Set up environment issue #6

Open Wayne-Bai opened 2 years ago

Wayne-Bai commented 2 years ago

Hi @shankarapailoor, I'm trying to set up the environment for Moonshine but I have this kind of issue. When I run go get -u -d github.com/shankarapailoor/moonshine/... Then I got this error message which said I have no package in generated directory

    imports github.com/google/syzkaller/pkg/ifuzz/generated: cannot find package "github.com/google/syzkaller/pkg/ifuzz/generated" in any of:
    /usr/local/go/src/github.com/google/syzkaller/pkg/ifuzz/generated (from $GOROOT)
    /home/wayne/Desktop/MoonShine/src/github.com/google/syzkaller/pkg/ifuzz/generated (from $GOPATH)
OuiHokusai commented 2 years ago

I got this problem too.Could you please tell me how to solve? thx.