We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d966126 commit 7960f35Copy full SHA for 7960f35
1 file changed
README.md
@@ -48,6 +48,14 @@ for label, prop in result.labels:
48
49
## Resources
50
51
-If you're running this on a Pi and having issues, check this out:
+If you're running this on a Pi and having issues, and seeing this error:
52
53
-https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_armv7l.whl
+```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
60
+pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_armv7l.whl
61
0 commit comments