Skip to content

Commit 9a251e2

Browse files
committed
Mention the actual error when libusb is missing
1 parent 516448a commit 9a251e2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,14 @@ or on Arch with
7373
sudo pacman -S python-pipx
7474
```
7575

76-
You will also need the USB development libraries; on Ubuntu/Debian, install
77-
with
76+
In case the USB development libraries are not already installed, you may see an
77+
error like
78+
79+
```python
80+
DeviceManagerError: Failed scanning devices: No backend available
81+
```
82+
83+
To fix this, on Ubuntu/Debian, install with
7884

7985
```bash
8086
sudo apt-get --no-install-recommends install libusb-1.0-0

0 commit comments

Comments
 (0)