Skip to content

Commit 21db5ce

Browse files
mendonkaimurphy
andauthored
docs: troubleshooting for protocol buffers installation (langflow-ai#11271)
* install-protoc * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Update docs/docs/Support/troubleshooting.mdx --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
1 parent 93ccfac commit 21db5ce

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/docs/Support/troubleshooting.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@ sudo apt-get install gcc
8181

8282
If you experience an error from the `webrtcvad` package, run `uv pip install webrtcvad-wheels` in your virtual environment, and then retry the Langflow installation.
8383

84+
### Protocol buffers (protoc) required for Intel-based Macs
85+
86+
If you're installing Langflow on an Intel-based Mac, you may encounter installation errors if Protocol Buffers Compiler (`protoc`) is not installed.
87+
88+
This requirement doesn't apply to Apple Silicon Macs on ARM64.
89+
90+
To resolve this issue, install `protoc` using `brew install protobuf`.
91+
92+
For more information, including alternative installation methods, see the [Protocol buffers installation documentation](https://protobuf.dev/installation/).
93+
8494
### C++ build tools required for Langflow Desktop on Windows
8595

8696
Microsoft Windows installations of Langflow Desktop require a C++ compiler that may not be present on your system. If you receive a `C++ Build Tools Required!` error, follow the on-screen prompt to install Microsoft C++ Build Tools, or [install Microsoft Visual Studio](https://visualstudio.microsoft.com/downloads/).

0 commit comments

Comments
 (0)