python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
libprotoc.so.9: cannot open shared object file: in IntelliJ
I'm trying to get protocol buffer working with intelliJ and gradle. However, I'm running into this error:
Execution failed for task ':generateProto'.
protoc: stdout: . stderr: protoc: error while loa...
Maxon Zhao
Votes: 0
Answers: 1
How to get header from grpc responce with python
I am trying to get header of the gRPC response with the following code, and it doesn't work:
response = stub.GetAccounts(users_pb2.GetAccountsRequest(), metadata=metadata)
header = response.header()
...

Драбышевский Никита
Votes: 0
Answers: 1
File already exists in database error from protobuf while using on Amazon Linux
We are using protobuf messages to use in Zsockets on AWS Linux machines. We have 3 protobuf files in the same directory. 2 protobuf files are importing the 3rd file. Protobuf files are as below.
Fs.pr...
kadina
Votes: 0
Answers: 0
Read parquet with binary (proto-buffer) column
I have a parquet file, and each columns are different serialized proto-buffer. When I am trying to by
Dataset<Row> df = spark.read().parquet("test.parquet");
df.printSchema();
I got
...

jmzhang18
Votes: 0
Answers: 1