From 49f0d30a421fc044368cad5b31e19525005f5578 Mon Sep 17 00:00:00 2001 From: Prachit Amin Date: Fri, 17 Jan 2025 17:01:21 -0500 Subject: [PATCH] updated nanopb not building fixes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9bfc40cb..3bb8cc4c 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,7 @@ colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/prot colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/nanopb_generator.py colcon build --symlink-install ``` +Can also try downgrading/installing protobuf (described in error message): +``` +pip install protoc==3.20 +``` \ No newline at end of file