You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install via go get github.com/qeesung/image2ascii, but it failed.
C:\Users\Liu.D.H>go get github.com/qeesung/image2ascii
go: downloading github.com/qeesung/image2ascii v1.0.1
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading github.com/wayneashleyberry/terminal-dimensions v1.1.0
go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
go: downloading github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
go: downloading golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
Formore information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
# runtime/internal/sys
D:\apps\go\src\runtime\internal\sys\stubs.go:9:7: PtrSize redeclared in this block
D:\apps\go\src\runtime\internal\sys\arch.go:24:38: previous declaration
D:\apps\go\src\runtime\internal\sys\stubs.go:10:24: undefined: Uintreg
D:\apps\go\src\runtime\internal\sys\stubs.go:16:7: StackGuardMultiplier redeclared in this block
D:\apps\go\src\runtime\internal\sys\arch.go:27:74: previous declaration
C:\Users\Liu.D.H>go install github.com/qeesung/image2ascii
go install: version is required when current directory is not in a module
Try 'go install github.com/qeesung/image2ascii@latest' to install the latest version
C:\Users\Liu.D.H>go install github.com/qeesung/image2ascii@latest
go: finding module for package github.com/wayneashleyberry/terminal-dimensions
go: finding module for package github.com/aybabtme/rgbterm
go: finding module for package github.com/nfnt/resize
go: finding module for package github.com/mattn/go-isatty
go: found github.com/aybabtme/rgbterm in github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
go: found github.com/mattn/go-isatty in github.com/mattn/go-isatty v0.0.14
go: found github.com/wayneashleyberry/terminal-dimensions in github.com/wayneashleyberry/terminal-dimensions v1.1.0
go: finding module for package github.com/nfnt/resize
go\pkg\mod\github.com\qeesung\image2ascii@v1.0.1\convert\resize.go:4:2: no matching versions forquery"latest"
C:\Users\Liu.D.H>
The text was updated successfully, but these errors were encountered:
I tried to install via
go get github.com/qeesung/image2ascii
, but it failed.The text was updated successfully, but these errors were encountered: