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

Installation & Setup #43

Open
powwow22 opened this issue Jul 17, 2021 · 0 comments
Open

Installation & Setup #43

powwow22 opened this issue Jul 17, 2021 · 0 comments

Comments

@powwow22
Copy link

Apologies for being such a newb with ubuntu.. I've followed all the steps as outlined in the documentation on setup/installation. But I keep getting the following error.

Command:
powwow@powwow:~/go/src/github.com/thetatoken/theta$ make install

Last few lines of output
build github.com/thetatoken/theta/cmd/theta: cannot load crypto/ed25519: malformed module path "crypto/ed25519": missing dot in first path element
make: *** [Makefile:26: release] Error 1

Consequently,
The following command fails.
powwow@powwow:~/go/src/github.com/thetatoken/theta$ make test_unit
go test -timeout 45s glide novendor -tags=unit
/bin/sh: 1: glide: not found
can't load package: package .: no Go files in /home/powwow/go/src/github.com/thetatoken/theta
make: *** [Makefile:36: test_unit] Error 1

I tried copying folder crypto/ed25519 into the path since it was missing but does not work for me.
please help.

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

3 participants
@powwow22 and others