galeone/tfgo

installation issue: can't find for_core_protos_go_proto

Open

#46 geöffnet am 7. Feb. 2021

Auf GitHub ansehen
 (14 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (157 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (2.492 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I'm opening up a new issue since none of the solutions given in the original issue fix the problem at all.

C:\Users\User\go\src\testTensor>go get github.com/galeone/tfgo
package github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto: cannot find package "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto" in any
of:
        C:\Go\src\github.com\tensorflow\tensorflow\tensorflow\go\core\protobuf\for_core_protos_go_proto (from $GOROOT)
        C:\Users\User\go\src\github.com\tensorflow\tensorflow\tensorflow\go\core\protobuf\for_core_protos_go_proto (from $GOPATH)

I am attempting to be able to run this code, but this repository in it's current state is completely uninstallable.

Contributor Guide