We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f4bef9 + 9a251e2 commit 5eea346Copy full SHA for 5eea346
README.md
@@ -73,6 +73,19 @@ or on Arch with
73
sudo pacman -S python-pipx
74
```
75
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
84
85
+```bash
86
+sudo apt-get --no-install-recommends install libusb-1.0-0
87
88
89
By default, users don't have permission to access generic USB devices, so you will
90
need to add a rule. The first time you run `labelle`, it will give instructions
91
about how to do this:
0 commit comments