Skip to content

Commit 7960f35

Browse files
authored
Update README.md
1 parent d966126 commit 7960f35

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ for label, prop in result.labels:
4848

4949
## Resources
5050

51-
If you're running this on a Pi and having issues, check this out:
51+
If you're running this on a Pi and having issues, and seeing this error:
5252

53-
https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_armv7l.whl
53+
```bash
54+
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/tflite-runtime/
55+
```
56+
57+
running this may help:
58+
59+
```bash
60+
pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_armv7l.whl
61+
```

0 commit comments

Comments
 (0)