You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: