thetatoken / theta-mainnet-integration-guide

Documents and demos to facilitate Theta mainnet integration
https://docs.thetatoken.org/
43 stars 17 forks source link

Installation & Setup #43

Open powwow22 opened 3 years ago

powwow22 commented 3 years ago

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.