David Ong Tat-Wee

Results 5 issues of David Ong Tat-Wee

**Software Versions** * Python: 3.8 * OS: macOS Big Sur * Kivy: 2.1.0 * Kivy installation method: compile and install from GitHub source **Describe the bug** Using the pure Python...

Status: Needs-analysis

**Software Versions** * Python: 3.9 * OS: macOS Big Sur * Kivy: 2.1.0 * Kivy installation method: pip **Describe the bug** When declaring a global variable in .kv file, it...

I am trying to install `onnx-tensorrt` but am getting the following compilation error: ``` ~/s/onnx_tensorrt/build 8.0-GA !1 ?2 ❯ cmake .. -DTENSORRT_ROOT=/usr/src/tensorrt && make -j -- The CXX compiler identification...

triaged

As title above. Ran the following code on M1 MacBook Air 8/512: ``` Python import pycld2 as cld2 print("pycld2 version", cld2.__version__) the_text = "Is this working on M1 Mac?" _,...

Just downloaded `kivy-sdk-packager` to test it out. Docs say it requires `platypus`, so `brew install platypus`. When run, `create-osx-bundle.sh` complains about `platypus not found`. Dug into the script and saw...