Searched refs:dependencies (Results 1 – 9 of 9) sorted by relevance
37 dependencies: [50 dependencies: [
45 dependencies, including Python, python-protobuf library and protoc. If you are47 Python separately. Once you have Python, you can install the other dependencies
32 Fix regression in 0.4.3 where generator did not find all dependencies (#720)79 Make generator consider dependencies recursively (#610)472 Create binary packages of the generator + dependencies (issue 47)
19 [tool.poetry.dependencies]24 [tool.poetry.dev-dependencies]
2 # Generator fails to find dependencies from another package namespace
894 def data_size(self, dependencies): argument908 if str(self.submsgname) in dependencies:909 … other_dependencies = dict(x for x in dependencies.items() if x[0] != str(self.struct_name))910 size = dependencies[str(self.submsgname)].data_size(other_dependencies)943 def encoded_size(self, dependencies): argument953 if str(self.submsgname) in dependencies:954 submsg = dependencies[str(self.submsgname)]955 … other_dependencies = dict(x for x in dependencies.items() if x[0] != str(self.struct_name))958 my_msg = dependencies.get(str(self.struct_name))989 if str(self.ctype) in dependencies:[all …]
132 provide the dependencies. You may have to edit it a bit to suit your137 custom include file, which should provide all the dependencies listed155 Easiest way to install dependencies is to use the Python package manager
106 dropping support for it, which makes installing dependencies difficult.116 necessary dependencies are installed for it. For example `pip3 install protobuf grpcio-tools`122 `Could not import the Google protobuf Python libraries` if dependencies are only installed for Pyth…
17 # NANOPB_DEPENDS - List of files to be used as dependencies233 # If the dependencies are options files, we need to pass the directories