-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
installation issue: can't find for_core_protos_go_proto #45
Comments
Working on the same machine I never encountered this problem, so I had to google a bit. We end up in this (IMHO bad) behavior of So I had to fix my fork (https://github.com/galeone/tensorflow/tree/r2.4-go) For some reason (no idea why it happens) go get have some problem in fetching the latest commit of this branch, and fetches some old commit (??).
edit: the cache has been pruned, now simply Closing, but feel free to give feedback about this solution. |
This issue continues to persist for me and the command given above:
The fix is to run: |
I'm still having issues, trying to run the example given here is giving me the same error as before |
@true-zero are you running If it's inside a new module (where you have run If you're running this command outside of a module, then using However thanks for this second comment:
You made me notice that I completely forgot to update the readme: we shouldn't use the official tensorflow/tensorflow package, but we should use the fork we automatically download when using go get (galeone/tensorflow). I'm reopening this issue and I'll close when the documentation is updated (in a few minutes). Let me know if you need any other help |
Just pushed 84b9a5e with the updated examples 👍 Try them and let me know if it works for you. |
Closing after about 24 hours. I suppose it works for you - let me know otherwise. |
|
Can you create a minimal reproducible example? I don't know how to help you otherwise 😄 |
Worked for me. very nice. Thank you. |
❤️ |
go get github.com/galeone/tfgo
go: finding module for package github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto
go: finding module for package github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto
../../../../.gvm/pkgsets/go1.15/global/pkg/mod/github.com/tensorflow/tensorflow@v2.4.1+incompatible/tensorflow/go/saved_model.go:25:2: module github.com/tensorflow/tensorflow@latest found (v2.4.1+incompatible), but does not contain package github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto
The text was updated successfully, but these errors were encountered: