ctrl-Felix / cosmospy-protobuf

Cosmos Protobuf library
19 stars 14 forks source link

Build sei-protobuf failed #8

Closed smartpaopao closed 1 year ago

smartpaopao commented 1 year ago
{
  "https://github.com/sei-protocol/sei-cosmos.git": {
    "include": true,
    "branch": "main",
    "paths": ["proto/cosmos"]
  },
  "https://github.com/cosmos/cosmos-sdk.git": {
    "include": true,
    "branch": "v0.45.4",
    "paths": ["proto/cosmos"]
  },
  "https://github.com/tendermint/tendermint.git": {
    "include": true,
    "branch": "main",
    "paths": ["proto/tendermint"]
  },
  "https://github.com/cosmos/ibc-go": {
    "include": true,
    "branch": "v3.0.0",
    "paths": ["proto/ibc", "third_party/proto/google"]
  },
  "https://github.com/cosmos/cosmos-proto.git": {
    "include": true,
    "branch": "main",
    "paths": ["proto/cosmos_proto"]
  },
  "https://github.com/cosmos/gogoproto.git": {
    "include": true,
    "branch": "main",
    "paths": ["gogoproto"]
  },
  "https://github.com/confio/ics23.git": {
    "include": true,
    "branch": "master",
    "paths": ["proto/cosmos/ics23/v1/proofs.proto"]
  }
}

I built it according to the tutorial, but after I finished building it, I found that there were no. py files in the file. I have built kava before, and kava's were successful.

smartpaopao commented 1 year ago
C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main>python aggregate.py sei
Cloning https://github.com/sei-protocol/sei-cosmos.git | main
Copied cosmos
Cloning https://github.com/cosmos/cosmos-sdk.git | v0.45.4
Copied cosmos
Cloning https://github.com/tendermint/tendermint.git | main
Copied tendermint
Cloning https://github.com/cosmos/ibc-go | v3.0.0
Copied ibc
Copied google
Cloning https://github.com/cosmos/cosmos-proto.git | main
Copied cosmos_proto
Cloning https://github.com/cosmos/gogoproto.git | main
Copied gogoproto
Cloning https://github.com/confio/ics23.git | master
File C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\tmp\1679565739.300387/7\proto/cosmos/ics23/v1/proofs.proto copied successfully

C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main>python compile.py
2023-03-23 18:04:10,325 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\proofs.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:12,439 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol\accesscontrol.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:13,750 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol\constants.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:15,015 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol\legacy.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:16,399 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol_x\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:17,745 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol_x\gov.proto
cosmos/accesscontrol_x/gov.proto:5:1: warning: Import cosmos/accesscontrol/constants.proto is unused.
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:19,070 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol_x\query.proto
cosmos/accesscontrol_x/query.proto:6:1: warning: Import cosmos/base/query/v1beta1/pagination.proto is unused.
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:20,386 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol_x\tx.proto
cosmos/accesscontrol_x/tx.proto:5:1: warning: Import google/api/annotations.proto is unused.
cosmos/accesscontrol_x/tx.proto:6:1: warning: Import cosmos/base/query/v1beta1/pagination.proto is unused.
cosmos/accesscontrol_x/tx.proto:9:1: warning: Import cosmos/accesscontrol_x/genesis.proto is unused.
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:21,685 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\auth\v1beta1\auth.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:23,002 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\auth\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:24,296 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\auth\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:25,659 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\authz.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:26,974 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\event.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:28,267 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:29,556 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:30,844 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\tx.proto
cosmos/authz/v1beta1/tx.proto:7:1: warning: Import google/protobuf/timestamp.proto is unused.
cosmos/authz/v1beta1/tx.proto:9:1: warning: Import cosmos/base/abci/v1beta1/abci.proto is unused.
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:32,256 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\authz.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:33,719 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\bank.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:35,020 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:36,378 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:37,657 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:38,940 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\abci\v1beta1\abci.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:40,234 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\kv\v1beta1\kv.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:41,512 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\query\v1beta1\pagination.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:42,787 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\reflection\v1beta1\reflection.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:44,038 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\reflection\v2alpha1\reflection.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:45,284 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\snapshots\v1beta1\snapshot.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:46,570 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\store\v1beta1\commit_info.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:47,866 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\store\v1beta1\listening.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:49,143 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\tendermint\v1beta1\query.proto
cosmos/base/tendermint/v1beta1/query.proto:4:1: warning: Import gogoproto/gogo.proto is unused.
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:50,438 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\v1beta1\coin.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:51,748 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\capability\v1beta1\capability.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:53,057 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\capability\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:54,341 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crisis\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:55,627 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crisis\v1beta1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:56,907 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\ed25519\keys.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:58,166 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\multisig\keys.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:04:59,449 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\multisig\v1beta1\multisig.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:00,731 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\secp256k1\keys.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:02,023 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\secp256r1\keys.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:03,328 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\sr25519\keys.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:04,646 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\distribution\v1beta1\distribution.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:06,032 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\distribution\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:07,357 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\distribution\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:08,687 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\distribution\v1beta1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:10,059 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\evidence\v1beta1\evidence.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:11,487 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\evidence\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:12,842 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\evidence\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:14,153 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\evidence\v1beta1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:15,427 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\feegrant\v1beta1\feegrant.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:16,799 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\feegrant\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:18,107 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\feegrant\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:19,429 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\feegrant\v1beta1\tx.proto
cosmos/feegrant/v1beta1/tx.proto:5:1: warning: Import gogoproto/gogo.proto is unused.
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:20,765 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\genutil\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:22,071 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\gov\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:23,377 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\gov\v1beta1\gov.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:24,698 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\gov\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:26,047 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\gov\v1beta1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:27,616 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\mint\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:28,969 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\mint\v1beta1\mint.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:30,337 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\mint\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:31,676 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\params\v1beta1\params.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:33,020 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\params\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:34,345 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\slashing\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:35,695 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\slashing\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:37,020 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\slashing\v1beta1\slashing.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:38,304 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\slashing\v1beta1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:39,609 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\authz.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:41,108 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:42,533 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:43,962 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\staking.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:45,342 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:46,810 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\tx\signing\v1beta1\signing.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:48,218 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\tx\v1beta1\service.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:49,665 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\tx\v1beta1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:50,999 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\upgrade\v1beta1\query.proto
cosmos/upgrade/v1beta1/query.proto:4:1: warning: Import google/protobuf/any.proto is unused.
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:52,278 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\upgrade\v1beta1\upgrade.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:53,554 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\vesting\v1beta1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:54,832 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\vesting\v1beta1\vesting.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:56,114 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos_proto\cosmos.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:57,358 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\gogoproto\gogo.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:05:58,680 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\google\api\annotations.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:00,121 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\google\api\http.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:01,496 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\google\protobuf\any.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:02,830 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\controller\v1\controller.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:04,107 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\controller\v1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:05,398 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\host\v1\host.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:06,709 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\host\v1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:08,049 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\v1\account.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:09,464 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\v1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:10,903 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\v1\metadata.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:12,232 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\v1\packet.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:13,583 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:14,878 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:16,132 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v1\transfer.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:17,477 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:18,820 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v2\packet.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:20,200 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\channel\v1\channel.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:21,724 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\channel\v1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:23,371 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\channel\v1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:24,862 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\channel\v1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:26,276 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\client\v1\client.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:27,631 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\client\v1\genesis.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:28,965 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\client\v1\query.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:30,322 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\client\v1\tx.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:31,796 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\commitment\v1\commitment.proto
ibc/core/commitment/v1/commitment.proto:40:12: "ics23.CommitmentProof" is not defined.
2023-03-23 18:06:32,996 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\connection\v1\connection.proto
ibc/core/commitment/v1/commitment.proto:40:12: "ics23.CommitmentProof" is not defined.
ibc/core/connection/v1/connection.proto:8:1: Import "ibc/core/commitment/v1/commitment.proto" was not found or had errors.
ibc/core/connection/v1/connection.proto:80:3: "ibc.core.commitment.v1.MerklePrefix" is not defined.
2023-03-23 18:06:34,193 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\connection\v1\genesis.proto
ibc/core/commitment/v1/commitment.proto:40:12: "ics23.CommitmentProof" is not defined.
ibc/core/connection/v1/connection.proto:8:1: Import "ibc/core/commitment/v1/commitment.proto" was not found or had errors.
ibc/core/connection/v1/connection.proto:80:3: "ibc.core.commitment.v1.MerklePrefix" is not defined.
ibc/core/connection/v1/genesis.proto:8:1: Import "ibc/core/connection/v1/connection.proto" was not found or had errors.
ibc/core/connection/v1/genesis.proto:12:12: "IdentifiedConnection" is not defined.
ibc/core/connection/v1/genesis.proto:13:12: "ConnectionPaths" is not defined.
ibc/core/connection/v1/genesis.proto:17:3: "Params" is not defined.
2023-03-23 18:06:35,439 - INFO:Compiling proto and grpc file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\connection\v1\query.proto
ibc/core/commitment/v1/commitment.proto:40:12: "ics23.CommitmentProof" is not defined.
ibc/core/connection/v1/connection.proto:8:1: Import "ibc/core/commitment/v1/commitment.proto" was not found or had errors.
ibc/core/connection/v1/connection.proto:80:3: "ibc.core.commitment.v1.MerklePrefix" is not defined.
ibc/core/connection/v1/query.proto:10:1: Import "ibc/core/connection/v1/connection.proto" was not found or had errors.
ibc/core/connection/v1/query.proto:58:3: "ibc.core.connection.v1.ConnectionEnd" is not defined.
ibc/core/connection/v1/query.proto:75:12: "ibc.core.connection.v1.IdentifiedConnection" is not defined.
2023-03-23 18:06:36,741 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\connection\v1\tx.proto
ibc/core/commitment/v1/commitment.proto:40:12: "ics23.CommitmentProof" is not defined.
ibc/core/connection/v1/connection.proto:8:1: Import "ibc/core/commitment/v1/commitment.proto" was not found or had errors.
ibc/core/connection/v1/connection.proto:80:3: "ibc.core.commitment.v1.MerklePrefix" is not defined.
ibc/core/connection/v1/tx.proto:10:1: Import "ibc/core/connection/v1/connection.proto" was not found or had errors.
ibc/core/connection/v1/tx.proto:35:3: "Counterparty" is not defined.
ibc/core/connection/v1/tx.proto:36:3: "Version" is not defined.
ibc/core/connection/v1/tx.proto:56:3: "Counterparty" is not defined.
ibc/core/connection/v1/tx.proto:58:12: "Version" is not defined.
ibc/core/connection/v1/tx.proto:84:3: "Version" is not defined.
2023-03-23 18:06:37,979 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\types\v1\genesis.proto
ibc/core/commitment/v1/commitment.proto:40:12: "ics23.CommitmentProof" is not defined.
ibc/core/connection/v1/connection.proto:8:1: Import "ibc/core/commitment/v1/commitment.proto" was not found or had errors.
ibc/core/connection/v1/connection.proto:80:3: "ibc.core.commitment.v1.MerklePrefix" is not defined.
ibc/core/connection/v1/genesis.proto:8:1: Import "ibc/core/connection/v1/connection.proto" was not found or had errors.
ibc/core/connection/v1/genesis.proto:12:12: "IdentifiedConnection" is not defined.
ibc/core/connection/v1/genesis.proto:13:12: "ConnectionPaths" is not defined.
ibc/core/connection/v1/genesis.proto:17:3: "Params" is not defined.
ibc/core/types/v1/genesis.proto:9:1: Import "ibc/core/connection/v1/genesis.proto" was not found or had errors.
ibc/core/types/v1/genesis.proto:18:3: "ibc.core.connection.v1.GenesisState" is not defined.
2023-03-23 18:06:39,259 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\lightclients\localhost\v1\localhost.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:40,677 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\lightclients\solomachine\v1\solomachine.proto
ibc/core/commitment/v1/commitment.proto:40:12: "ics23.CommitmentProof" is not defined.
ibc/core/connection/v1/connection.proto:8:1: Import "ibc/core/commitment/v1/commitment.proto" was not found or had errors.
ibc/core/connection/v1/connection.proto:80:3: "ibc.core.commitment.v1.MerklePrefix" is not defined.
ibc/lightclients/solomachine/v1/solomachine.proto:7:1: Import "ibc/core/connection/v1/connection.proto" was not found or had errors.
ibc/lightclients/solomachine/v1/solomachine.proto:152:3: "ibc.core.connection.v1.ConnectionEnd" is not defined.
2023-03-23 18:06:41,921 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\lightclients\solomachine\v2\solomachine.proto
ibc/core/commitment/v1/commitment.proto:40:12: "ics23.CommitmentProof" is not defined.
ibc/core/connection/v1/connection.proto:8:1: Import "ibc/core/commitment/v1/commitment.proto" was not found or had errors.
ibc/core/connection/v1/connection.proto:80:3: "ibc.core.commitment.v1.MerklePrefix" is not defined.
ibc/lightclients/solomachine/v2/solomachine.proto:7:1: Import "ibc/core/connection/v1/connection.proto" was not found or had errors.
ibc/lightclients/solomachine/v2/solomachine.proto:152:3: "ibc.core.connection.v1.ConnectionEnd" is not defined.
2023-03-23 18:06:43,143 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\lightclients\tendermint\v1\tendermint.proto
ibc/core/commitment/v1/commitment.proto:40:12: "ics23.CommitmentProof" is not defined.
ibc/lightclients/tendermint/v1/tendermint.proto:13:1: Import "ibc/core/commitment/v1/commitment.proto" was not found or had errors.
ibc/lightclients/tendermint/v1/tendermint.proto:44:12: "ics23.ProofSpec" is not defined.
ibc/lightclients/tendermint/v1/tendermint.proto:71:3: "ibc.core.commitment.v1.MerkleRoot" is not defined.
2023-03-23 18:06:44,386 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\abci\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:45,655 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\blockchain\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:46,975 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\consensus\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:48,331 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\consensus\wal.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:49,734 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\crypto\keys.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:51,137 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\crypto\proof.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:52,667 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\libs\bits\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:54,276 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\mempool\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:55,783 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\p2p\conn.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:57,181 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\p2p\pex.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:06:58,630 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\p2p\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:00,036 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\privval\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:01,408 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\rpc\grpc\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:02,905 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\state\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:04,411 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\statesync\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:05,760 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\store\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:07,031 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\block.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:08,341 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\canonical.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:09,606 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\events.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:10,927 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\evidence.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:12,249 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\params.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:13,547 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:14,846 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\validator.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:16,097 - INFO:Compiling proto file: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\version\types.proto
'protoc-gen-pyi' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
--pyi_out: protoc-gen-pyi: Plugin failed with status code 1.
2023-03-23 18:07:17,573 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\proofs.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:17,675 - INFO:Fixed imports for proofs.proto
2023-03-23 18:07:17,676 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol\accesscontrol.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:17,771 - INFO:Fixed imports for accesscontrol.proto
2023-03-23 18:07:17,772 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol\constants.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:17,872 - INFO:Fixed imports for constants.proto
2023-03-23 18:07:17,873 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol\legacy.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:17,973 - INFO:Fixed imports for legacy.proto
2023-03-23 18:07:17,974 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol_x\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,072 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:18,072 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol_x\gov.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,170 - INFO:Fixed imports for gov.proto
2023-03-23 18:07:18,170 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol_x\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,263 - INFO:Fixed imports for query.proto
2023-03-23 18:07:18,263 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\accesscontrol_x\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,360 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:18,361 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\auth\v1beta1\auth.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,456 - INFO:Fixed imports for auth.proto
2023-03-23 18:07:18,456 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\auth\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,555 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:18,555 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\auth\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,650 - INFO:Fixed imports for query.proto
2023-03-23 18:07:18,651 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\authz.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,743 - INFO:Fixed imports for authz.proto
2023-03-23 18:07:18,744 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\event.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,839 - INFO:Fixed imports for event.proto
2023-03-23 18:07:18,840 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:18,934 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:18,934 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,027 - INFO:Fixed imports for query.proto
2023-03-23 18:07:19,027 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\authz\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,126 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:19,127 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\authz.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,222 - INFO:Fixed imports for authz.proto
2023-03-23 18:07:19,223 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\bank.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,320 - INFO:Fixed imports for bank.proto
2023-03-23 18:07:19,321 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,414 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:19,415 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,507 - INFO:Fixed imports for query.proto
2023-03-23 18:07:19,508 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\bank\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,602 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:19,604 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\abci\v1beta1\abci.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,697 - INFO:Fixed imports for abci.proto
2023-03-23 18:07:19,697 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\kv\v1beta1\kv.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,789 - INFO:Fixed imports for kv.proto
2023-03-23 18:07:19,790 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\query\v1beta1\pagination.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,885 - INFO:Fixed imports for pagination.proto
2023-03-23 18:07:19,885 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\reflection\v1beta1\reflection.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:19,976 - INFO:Fixed imports for reflection.proto
2023-03-23 18:07:19,977 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\reflection\v2alpha1\reflection.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,072 - INFO:Fixed imports for reflection.proto
2023-03-23 18:07:20,073 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\snapshots\v1beta1\snapshot.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,167 - INFO:Fixed imports for snapshot.proto
2023-03-23 18:07:20,168 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\store\v1beta1\commit_info.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,264 - INFO:Fixed imports for commit_info.proto
2023-03-23 18:07:20,264 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\store\v1beta1\listening.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,361 - INFO:Fixed imports for listening.proto
2023-03-23 18:07:20,362 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\tendermint\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,467 - INFO:Fixed imports for query.proto
2023-03-23 18:07:20,467 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\base\v1beta1\coin.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,558 - INFO:Fixed imports for coin.proto
2023-03-23 18:07:20,560 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\capability\v1beta1\capability.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,652 - INFO:Fixed imports for capability.proto
2023-03-23 18:07:20,652 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\capability\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,758 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:20,759 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crisis\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,859 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:20,859 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crisis\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:20,959 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:20,960 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\ed25519\keys.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,057 - INFO:Fixed imports for keys.proto
2023-03-23 18:07:21,058 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\multisig\keys.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,158 - INFO:Fixed imports for keys.proto
2023-03-23 18:07:21,159 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\multisig\v1beta1\multisig.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,254 - INFO:Fixed imports for multisig.proto
2023-03-23 18:07:21,254 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\secp256k1\keys.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,349 - INFO:Fixed imports for keys.proto
2023-03-23 18:07:21,350 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\secp256r1\keys.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,449 - INFO:Fixed imports for keys.proto
2023-03-23 18:07:21,450 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\crypto\sr25519\keys.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,549 - INFO:Fixed imports for keys.proto
2023-03-23 18:07:21,551 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\distribution\v1beta1\distribution.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,650 - INFO:Fixed imports for distribution.proto
2023-03-23 18:07:21,650 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\distribution\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,745 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:21,746 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\distribution\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,839 - INFO:Fixed imports for query.proto
2023-03-23 18:07:21,840 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\distribution\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:21,934 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:21,935 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\evidence\v1beta1\evidence.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,030 - INFO:Fixed imports for evidence.proto
2023-03-23 18:07:22,031 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\evidence\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,130 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:22,130 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\evidence\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,232 - INFO:Fixed imports for query.proto
2023-03-23 18:07:22,233 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\evidence\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,333 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:22,334 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\feegrant\v1beta1\feegrant.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,438 - INFO:Fixed imports for feegrant.proto
2023-03-23 18:07:22,438 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\feegrant\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,540 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:22,540 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\feegrant\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,639 - INFO:Fixed imports for query.proto
2023-03-23 18:07:22,639 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\feegrant\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,737 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:22,738 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\genutil\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,832 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:22,833 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\gov\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:22,936 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:22,936 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\gov\v1beta1\gov.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,051 - INFO:Fixed imports for gov.proto
2023-03-23 18:07:23,052 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\gov\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,166 - INFO:Fixed imports for query.proto
2023-03-23 18:07:23,167 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\gov\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,271 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:23,272 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\mint\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,370 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:23,370 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\mint\v1beta1\mint.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,466 - INFO:Fixed imports for mint.proto
2023-03-23 18:07:23,466 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\mint\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,560 - INFO:Fixed imports for query.proto
2023-03-23 18:07:23,561 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\params\v1beta1\params.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,658 - INFO:Fixed imports for params.proto
2023-03-23 18:07:23,658 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\params\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,759 - INFO:Fixed imports for query.proto
2023-03-23 18:07:23,760 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\slashing\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,857 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:23,858 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\slashing\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:23,954 - INFO:Fixed imports for query.proto
2023-03-23 18:07:23,954 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\slashing\v1beta1\slashing.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,052 - INFO:Fixed imports for slashing.proto
2023-03-23 18:07:24,053 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\slashing\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,150 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:24,151 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\authz.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,253 - INFO:Fixed imports for authz.proto
2023-03-23 18:07:24,254 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,356 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:24,357 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,460 - INFO:Fixed imports for query.proto
2023-03-23 18:07:24,460 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\staking.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,561 - INFO:Fixed imports for staking.proto
2023-03-23 18:07:24,561 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\staking\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,661 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:24,662 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\tx\signing\v1beta1\signing.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,760 - INFO:Fixed imports for signing.proto
2023-03-23 18:07:24,760 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\tx\v1beta1\service.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,862 - INFO:Fixed imports for service.proto
2023-03-23 18:07:24,862 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\tx\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:24,956 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:24,958 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\upgrade\v1beta1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,054 - INFO:Fixed imports for query.proto
2023-03-23 18:07:25,054 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\upgrade\v1beta1\upgrade.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,147 - INFO:Fixed imports for upgrade.proto
2023-03-23 18:07:25,148 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\vesting\v1beta1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,247 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:25,247 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos\vesting\v1beta1\vesting.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,339 - INFO:Fixed imports for vesting.proto
2023-03-23 18:07:25,340 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\cosmos_proto\cosmos.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,433 - INFO:Fixed imports for cosmos.proto
2023-03-23 18:07:25,434 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\gogoproto\gogo.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,526 - INFO:Fixed imports for gogo.proto
2023-03-23 18:07:25,527 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\google\api\annotations.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,624 - INFO:Fixed imports for annotations.proto
2023-03-23 18:07:25,624 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\google\api\http.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,717 - INFO:Fixed imports for http.proto
2023-03-23 18:07:25,718 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\google\protobuf\any.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,815 - INFO:Fixed imports for any.proto
2023-03-23 18:07:25,817 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\controller\v1\controller.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:25,910 - INFO:Fixed imports for controller.proto
2023-03-23 18:07:25,910 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\controller\v1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,005 - INFO:Fixed imports for query.proto
2023-03-23 18:07:26,006 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\host\v1\host.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,097 - INFO:Fixed imports for host.proto
2023-03-23 18:07:26,098 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\host\v1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,194 - INFO:Fixed imports for query.proto
2023-03-23 18:07:26,195 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\v1\account.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,293 - INFO:Fixed imports for account.proto
2023-03-23 18:07:26,293 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\v1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,388 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:26,388 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\v1\metadata.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,483 - INFO:Fixed imports for metadata.proto
2023-03-23 18:07:26,484 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\interchain_accounts\v1\packet.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,581 - INFO:Fixed imports for packet.proto
2023-03-23 18:07:26,582 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,682 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:26,682 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,781 - INFO:Fixed imports for query.proto
2023-03-23 18:07:26,781 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v1\transfer.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,876 - INFO:Fixed imports for transfer.proto
2023-03-23 18:07:26,877 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:26,975 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:26,976 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\applications\transfer\v2\packet.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,069 - INFO:Fixed imports for packet.proto
2023-03-23 18:07:27,071 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\channel\v1\channel.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,171 - INFO:Fixed imports for channel.proto
2023-03-23 18:07:27,172 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\channel\v1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,267 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:27,267 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\channel\v1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,362 - INFO:Fixed imports for query.proto
2023-03-23 18:07:27,362 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\channel\v1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,455 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:27,455 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\client\v1\client.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,551 - INFO:Fixed imports for client.proto
2023-03-23 18:07:27,551 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\client\v1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,643 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:27,643 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\client\v1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,738 - INFO:Fixed imports for query.proto
2023-03-23 18:07:27,738 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\client\v1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,833 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:27,834 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\commitment\v1\commitment.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:27,933 - INFO:Fixed imports for commitment.proto
2023-03-23 18:07:27,934 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\connection\v1\connection.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,027 - INFO:Fixed imports for connection.proto
2023-03-23 18:07:28,027 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\connection\v1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,122 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:28,122 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\connection\v1\query.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,215 - INFO:Fixed imports for query.proto
2023-03-23 18:07:28,215 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\connection\v1\tx.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,310 - INFO:Fixed imports for tx.proto
2023-03-23 18:07:28,311 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\core\types\v1\genesis.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,405 - INFO:Fixed imports for genesis.proto
2023-03-23 18:07:28,406 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\lightclients\localhost\v1\localhost.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,511 - INFO:Fixed imports for localhost.proto
2023-03-23 18:07:28,512 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\lightclients\solomachine\v1\solomachine.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,605 - INFO:Fixed imports for solomachine.proto
2023-03-23 18:07:28,606 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\lightclients\solomachine\v2\solomachine.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,705 - INFO:Fixed imports for solomachine.proto
2023-03-23 18:07:28,706 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\ibc\lightclients\tendermint\v1\tendermint.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,802 - INFO:Fixed imports for tendermint.proto
2023-03-23 18:07:28,803 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\abci\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,896 - INFO:Fixed imports for types.proto
2023-03-23 18:07:28,897 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\blockchain\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:28,989 - INFO:Fixed imports for types.proto
2023-03-23 18:07:28,989 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\consensus\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,087 - INFO:Fixed imports for types.proto
2023-03-23 18:07:29,087 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\consensus\wal.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,185 - INFO:Fixed imports for wal.proto
2023-03-23 18:07:29,186 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\crypto\keys.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,283 - INFO:Fixed imports for keys.proto
2023-03-23 18:07:29,284 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\crypto\proof.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,376 - INFO:Fixed imports for proof.proto
2023-03-23 18:07:29,377 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\libs\bits\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,476 - INFO:Fixed imports for types.proto
2023-03-23 18:07:29,476 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\mempool\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,571 - INFO:Fixed imports for types.proto
2023-03-23 18:07:29,572 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\p2p\conn.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,677 - INFO:Fixed imports for conn.proto
2023-03-23 18:07:29,677 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\p2p\pex.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,771 - INFO:Fixed imports for pex.proto
2023-03-23 18:07:29,771 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\p2p\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,864 - INFO:Fixed imports for types.proto
2023-03-23 18:07:29,865 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\privval\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:29,958 - INFO:Fixed imports for types.proto
2023-03-23 18:07:29,959 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\rpc\grpc\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,052 - INFO:Fixed imports for types.proto
2023-03-23 18:07:30,053 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\state\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,148 - INFO:Fixed imports for types.proto
2023-03-23 18:07:30,149 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\statesync\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,244 - INFO:Fixed imports for types.proto
2023-03-23 18:07:30,245 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\store\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,337 - INFO:Fixed imports for types.proto
2023-03-23 18:07:30,338 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\block.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,431 - INFO:Fixed imports for block.proto
2023-03-23 18:07:30,432 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\canonical.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,528 - INFO:Fixed imports for canonical.proto
2023-03-23 18:07:30,528 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\events.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,624 - INFO:Fixed imports for events.proto
2023-03-23 18:07:30,624 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\evidence.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,719 - INFO:Fixed imports for evidence.proto
2023-03-23 18:07:30,719 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\params.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,818 - INFO:Fixed imports for params.proto
2023-03-23 18:07:30,818 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:30,929 - INFO:Fixed imports for types.proto
2023-03-23 18:07:30,929 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\types\validator.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:31,026 - INFO:Fixed imports for validator.proto
2023-03-23 18:07:31,027 - INFO:Fixing file at: C:\Users\Mr.Paopao\Desktop\cosmospy-protobuf-main\src\cosmospy_protobuf\tendermint\version\types.proto
D:\python\python.exe: No module named protoletariat
2023-03-23 18:07:31,123 - INFO:Fixed imports for types.proto
ctrl-Felix commented 1 year ago

It works for me so I assume that there's a dependency problem. I also noticed that I didn't properly documnt that part.

From the logs I can directly see that you are missing https://pypi.org/project/protoletariat/ Besides that, have you install grpcio-tools?

ctrl-Felix commented 1 year ago

Closing as I got no answer. Feel free to reopen it if needed