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

Unable to install cosmovisor@v1.1.0 (and latest) #11199

Closed
4 tasks
vorotech opened this issue Feb 15, 2022 · 3 comments
Closed
4 tasks

Unable to install cosmovisor@v1.1.0 (and latest) #11199

vorotech opened this issue Feb 15, 2022 · 3 comments
Assignees

Comments

@vorotech
Copy link

Summary of Bug

Golang cannot install cosmovisor

go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.1.0
or
go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@latest

output

go install: github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.1.0 (in github.com/cosmos/cosmos-sdk/cosmovisor@v1.1.0):", "\tThe go.mod file for the module providing named packages contains one or", "\tmore replace directives. It must not contain directives that would cause", "\tit to be interpreted differently than if it were the main module.

See details golang/go#44840

Version

go version go1.17.1 linux/amd64

Steps to Reproduce

go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.1.0

Workaround

Install previous version

go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.0.0

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@tac0turtle
Copy link
Member

@robert-zaremba do you know the issue?

@allthatjazzleo
Copy link
Contributor

If there are replace or exclude directives in the module, the correct installation method is to clone the source and install it,

golang/go#44840

@tac0turtle tac0turtle self-assigned this Feb 17, 2022
@tac0turtle tac0turtle moved this from Ready to Done in Cosmos SDK Maintenance Mar 10, 2022
@tac0turtle tac0turtle moved this from Done to In Progress in Cosmos SDK Maintenance Mar 10, 2022
@tac0turtle
Copy link
Member

closing in favour of #11305

Repository owner moved this from In Progress to Done in Cosmos SDK Maintenance Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants