build
build copied to clipboard
issue encountered while running `go run hello_tf.go`
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
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?