We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb99ed commit 49f0d30Copy full SHA for 49f0d30
README.md
@@ -83,3 +83,7 @@ colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/prot
83
colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/nanopb_generator.py
84
colcon build --symlink-install
85
```
86
+Can also try downgrading/installing protobuf (described in error message):
87
+```
88
+pip install protoc==3.20
89
0 commit comments