Skip to content

Commit cb10e5d

Browse files
committed
Update README.md
1 parent 903e6a3 commit cb10e5d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

coffee_ws/src/coffee_voice_agent_ui/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,19 @@ ros2 --version
397397
echo $QT_QPA_PLATFORM # Should show 'cocoa' on macOS
398398
```
399399

400+
**Git/Homebrew Conflicts During Setup:**
401+
- **Issue**: `git version did not run successfully` with `Symbol not found: _iconv`
402+
- **Cause**: Homebrew git conflicts with conda libiconv library
403+
- **Solution**: Automatically handled by setup script (pre-downloads git packages)
404+
- **Manual fix if needed**: `mamba install git -c conda-forge`
405+
406+
**PyAudio Installation Issues:**
407+
- **Ubuntu**: Automatically installs via pip after installing `portaudio19-dev`
408+
- **macOS**: Requires Homebrew PortAudio, then installs via pip (handled automatically)
409+
- **Manual fix if needed**:
410+
- Ubuntu: `sudo apt install portaudio19-dev && pip install PyAudio`
411+
- macOS: `brew install portaudio && pip install PyAudio`
412+
400413
**Terminal Compatibility:**
401414
- Works in VS Code integrated terminal ✅
402415
- Works in macOS Terminal.app ✅

0 commit comments

Comments
 (0)