Commit f560f6d
committed
Add helpful message when lgpio is not installed on Raspberry Pi
When installing on a Raspberry Pi and lgpio is not already available,
print guidance directing users to either:
- Install via apt: sudo apt-get install -y python3-lgpio
- Use pre-built wheels from adafruit/lgpio-python-wheels
This helps users who encounter build failures when pip tries to compile
lgpio from source without swig and other build dependencies.
Follow-up to #11071 parent 792baf1 commit f560f6d
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
47 | 58 | | |
48 | 59 | | |
49 | | - | |
| 60 | + | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| |||
0 commit comments