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
error executing "/usr/local/go/bin/go build -buildmode=plugin" in directory "/Users/stepyt/go/src/gomacro.imports/gomacro_pid_3616/import_1": exit status 2
By looking at Jupyter logs with:
jupyter notebook --log-level DEBUG
I receive the following: github.com/gogo/protobuf/grpc: module github.com/gogo/protobuf@latest found (v1.3.2), but does not contain package github.com/gogo/protobuf/grpc
The SDK has a replace inside go.mod of the protobuf package. Can be related to this the error?
The text was updated successfully, but these errors were encountered:
I'm trying to use gophernotes to test some Cosmos SDK functionality. In particular, I would like to run in a notebook this test:
https://github.com/cosmos/cosmos-sdk/blob/main/store/iavl/store_test.go#L316
but when I run the import:
I obtain the following error:
error executing "/usr/local/go/bin/go build -buildmode=plugin" in directory "/Users/stepyt/go/src/gomacro.imports/gomacro_pid_3616/import_1": exit status 2
By looking at Jupyter logs with:
jupyter notebook --log-level DEBUG
I receive the following:
github.com/gogo/protobuf/grpc: module github.com/gogo/protobuf@latest found (v1.3.2), but does not contain package github.com/gogo/protobuf/grpc
The SDK has a replace inside go.mod of the protobuf package. Can be related to this the error?
The text was updated successfully, but these errors were encountered: