medibloc / panacea-core

MediBloc Blockchain Core
https://medibloc.com
Other
60 stars 19 forks source link

panacea-core v2 installation error #668

Closed olimdzhon closed 6 months ago

olimdzhon commented 6 months ago

Gm, i'm trying to install panacea-core for validator running from this docs https://docs.gopanacea.org/for-validators/1-cli-installation. And it gives me the following error:

root@hostname:~/panacea-core# go get github.com/medibloc/panacea-core/v2 go: downloading github.com/medibloc/panacea-core v1.3.3 go: module github.com/medibloc/panacea-core@upgrade found (v1.3.3), but does not contain package github.com/medibloc/panacea-core/v2

How can i install github.com/medibloc/panacea-core/v2?

gyuguen commented 6 months ago

Sorry for the late response. I think it would be good to add the version as shown below.

go get github.com/medibloc/panacea-core/v2@latest
olimdzhon commented 6 months ago

Sorry for the late response. I think it would be good to add the version as shown below.

go get github.com/medibloc/panacea-core/v2@latest

hey mate, I launched the validator without this Go installation, please tell me if this somehow affects the operation of the validator? Or is it works without this installation?

gyuguen commented 6 months ago

Sorry for the late response. I think it would be good to add the version as shown below.


go get github.com/medibloc/panacea-core/v2@latest

hey mate, I launched the validator without this Go installation, please tell me if this somehow affects the operation of the validator? Or is it works without this installation?

Absolutely, our validator can operate without that specific command. I framed my response with the anticipation that our module would be utilized within other applications, ensuring versatility and seamless integration.

olimdzhon commented 6 months ago

Sorry for the late response. I think it would be good to add the version as shown below.

go get github.com/medibloc/panacea-core/v2@latest

hey mate, I launched the validator without this Go installation, please tell me if this somehow affects the operation of the validator? Or is it works without this installation?

Absolutely, our validator can operate without that specific command. I framed my response with the anticipation that our module would be utilized within other applications, ensuring versatility and seamless integration.

thank you, sir