build icon indicating copy to clipboard operation
build copied to clipboard

issue encountered while running `go run hello_tf.go`

Open smudag opened this issue 4 years ago • 1 comments

While running go run hello_tf.go

build command-line-arguments: cannot load github.com/tensorflow/tensorflow/tensorflow/go/stream_executor: module github.com/tensorflow/tensorflow@latest found (v2.6.0+incompatible, replaced by /go/src/github.com/tensorflow/tensorflow), but does not contain package github.com/tensorflow/tensorflow/tensorflow/go/stream_executor

smudag avatar Oct 01 '21 07:10 smudag

It looks like you are attempting to install v2.6.0 bindings. If so, you'll need to follow the instructions in #38.

Otherwise, please provide additional information (OS, Go version). Have you followed the installation and setup instructions?

wamuir avatar Oct 04 '21 02:10 wamuir