Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build errors #1

Open
crizaqcri opened this issue Jul 14, 2020 · 1 comment
Open

Build errors #1

crizaqcri opened this issue Jul 14, 2020 · 1 comment

Comments

@crizaqcri
Copy link

I am trying to run this project, and found some imports that are not available on GitHub anymore, is there any replacement for them?
main.go:31:2: cannot find package "github.com/fentec-project/private-predictions/analyses-server/framingham" in any of:
/usr/local/go/src/github.com/fentec-project/private-predictions/analyses-server/framingham (from $GOROOT)
/home/cris/go/src/github.com/fentec-project/private-predictions/analyses-server/framingham (from $GOPATH)
main.go:32:2: cannot find package "github.com/fentec-project/private-predictions/serialization" in any of:
/usr/local/go/src/github.com/fentec-project/private-predictions/serialization (from $GOROOT)
/home/cris/go/src/github.com/fentec-project/private-predictions/serialization (from $GOPATH)

@rwpark-ubin
Copy link

I also met with same problem as above,
Is there any replacement for following module which is not working any more.

"github.com/fentec-project/private-predictions/key-server/keys"
"github.com/fentec-project/private-predictions/analyses-server/framingham"
"github.com/fentec-project/private-predictions/serialization"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants