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.
1 parent f34747f commit d606236Copy full SHA for d606236
requirements_stub.txt
@@ -23,7 +23,7 @@ jsonschema==2.6.0
23
Markdown==3.1.1
24
MarkupSafe==1.1.1
25
numpy==1.17.4
26
-opencv-contrib-python==3.4.7.28
+opencv-contrib-python==4.1.1.26
27
pigpio==1.45
28
Pillow==7.0.0
29
protobuf==3.11.3
start.sh
@@ -0,0 +1,2 @@
1
+#!/bin/bash
2
+LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1.2.0 python3 init.py
0 commit comments