-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Install Gaia failed #2973
Comments
it's my fault, should reload bash_profile before each |
I am also having this issue, but I have reloaded the bash_profile. Still getting:
Any ideas? |
@chtmorris try: |
Thanks @alexanderbez rm -f devtools-stamp vendor-deps snapcraft-local.yaml
|
Yes, you've now run into #3630. For now, you'll have to install sha1sum manually. Also, wrt to |
Hmmm. I installed sha1sum manually and ran: Now getting: tar -c vendor/ | sha1sum | cut -d' ' -f1 > vendor-deps |
I'm not too sure why |
I installed How can I determine if this is the case? My .bash_profile looks like this: export GOPATH=/Users/cm/go |
Your env should be something like follows:
|
I can't figure out what is wrong with my env. GOARCH="amd64" I'm getting errors like: can't load package: package ledger: cannot find package "ledger" in any of: |
You're |
I'm still not getting this right. My .bash_profile now looks like this: What should I be doing to update $PATH? |
Your $PATH is updated -- it looks correct. |
Hmm. Well these are the errors I'm now getting: can't load package: package ledger: cannot find package "ledger" in any of: Any ideas?! |
I'm still stuck here. I just deleted everything and went at it from scratch. I'm getting the same issue of |
Still sounds like your Golang environment is still a bit messed up. Are you able to run other Golang applications? |
Hey, double check the permissions on cosmos-sdk and if necessary |
Thanks @natemiller1 - I tried that, but it didn't work. I've actually ended up downloading an executable version of the cli that ChorusOne created. So I have it working through that. |
Was following the thread as I got same error when installing gaia. I think that I has found the source of the problem: sh commands listed on https://cosmos.network/docs/cosmos-hub/installation.html#install-gaia is incorrect and following them will result with incorrect ~/.bash_profile exports. This is due env variables may not be present on the user environment One can use that instructions instead:
Notice that $ is escaped. |
* Update install.md to include additional source calls Fixes issue that comes from copy/paste the code block as-is. cosmos/cosmos-sdk#2973 (comment) * Update install.md ENV variable script [zh]
These instructions worked for me as well on Mac OS: mkdir -p $HOME/go/bin |
result of
make get_tools && make get_vendor_deps && make install
from readme instructions:$(GOPATH)/bin/statik
andvendor/github.com/rakyll/statik
are exists.But
vendor/github.com/rakyll/statik/statik.go
is not exists, Is that the reason?The text was updated successfully, but these errors were encountered: