Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
70 questions
Filter by
Sorted by
Tagged with
1vote
0answers
36views

I am unable to use the print(tf.version.VERSION) to check the tensorflow version. Reason being tensorflow looks for runtime_version in protobuf (from what I have learnt) and that is only supported in ...
1vote
0answers
51views

I have a project set up like this with protos/ as a top level directory and the project that actually builds it under services/common-py.├── protos│   ├── common.proto│   ├── doodad.proto└── ...
0votes
0answers
89views

We are trying to consume Protobuf-encoded messages from a Kafka topic using PyFlink. However, we are encountering message parsing errors when attempting to decode the messages later in our pipeline....
2votes
2answers
2kviews

I'm running a Python application on Ubuntu 22 with Python 3.13.0.Since upgrading Python from 3.12, I get this error when running the application:TypeError: Couldn't build proto file into descriptor ...
1vote
1answer
208views

I was looking at a code base (GCP SDK's monitoring API) trying to drill down to get familiar with some methods, but I hit a wall here: https://cloud.google.com/monitoring/custom-metrics/creating-...
red888's user avatar
  • 32.3k
0votes
1answer
162views

I am trying out my first Protobuf sample code from the Protobuf documentation for Python.https://protobuf.dev/getting-started/pythontutorial/This is my .proto file.syntax = "proto2";...
0votes
0answers
141views

I have define my protobuf message that is serialize in CPP and send to Python program thank to a wrapper. On CPP side, the protobuf message is generate as std::stringHere is how I generate in cpp my ...
1vote
0answers
590views

I created a Poetry environment with following toml file:[tool.poetry]...[tool.poetry.dependencies]python = "^3.10"mlrun = "1.4.1"pyyaml = {file = "PyYAML-5.4.1-cp39-...
2votes
1answer
916views

I would like to decode protobuf.Example of the protobuf data: 0a06282c0241057a10011805220d080510bea3f493062a03010c1628f1a6f493063002382b4001481482010f383634333233303532343736343839I can Decoding ...
3votes
1answer
4kviews

My directory structure is as follows: test |-test.py |-test.proto |-test_pb2.py |-__init__.py |-comm |-comm.proto |-comm_pb2.py |-__init__.py both __init__.py is emptyand test....
0votes
0answers
1kviews

I am attempting to use MessageToJSON and MessageToDict with the including_default_value_fields argument to generate a Pandas Dataframe that then gets written to Parquet. I have a deeply nested data ...
1vote
2answers
352views

I installed scann on colab with code !pip uninstall protobuf>=3.20.3 but I had a error like that:"ERROR: pip's dependency resolver does not currently take into account all the packages that ...
0votes
1answer
540views

I'm using pb_2 and want to consturct instances of a message but keep facing positional argument error. I can construct instances from all other messages but when it comes to the following example, I ...
mahb's user avatar
3votes
0answers
725views

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.google-api-core 2.11.0 ...
0votes
0answers
988views

I'm using a Mac/Linux and I'm trying to get python code generated from a .proto file. When I run the protoc --version command in my terminal it returns libprotoc 22.5.When I run a terminal command ...

153050per page
1
2345

Hot Network Questions

more hot questions
Newest protobuf-python questions feed

[8]ページ先頭

©2009-2025 Movatter.jp