gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Kingson4Wu opened this issue · comments

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

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?

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!