gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.
MIT License
3.84k stars 265 forks source link

compile: version "go1.19.4" does not match go tool version "go1.20.2" # unicode/utf16 #259

Closed Kingson4Wu closed 1 year ago

Kingson4Wu commented 1 year ago

when execute go install: compile: version "go1.19.4" does not match go tool version "go1.20.2" # unicode/utf16

my local go version: go version go version go1.20.2 darwin/amd64

cosmos72 commented 1 year ago

Hi @Kingson4Wu, this is quite an unexpected error.

Is it possible that by mistake you installed go 1.20.2 on top of go 1.19.4, without first removing the latter?

Kingson4Wu commented 1 year ago

Hi @Kingson4Wu, this is quite an unexpected error.

Is it possible that by mistake you installed go 1.20.2 on top of go 1.19.4, without first removing the latter?

yes, you are right!