Closed roaldarbol closed 8 months ago
can you provide your conda list? works for me, and openh264 2.1.1 is installed. seems to me like you have the wrong combination of channels.
My bad, the ARM64 threw me off - I thought that was the Intel, not M1/M2. So installing with
conda create -n beta --override-channels -c trex-beta -c pytorch -c defaults trex
works on Intel Mac!
Describe the bug Having installed the beta on MacOS with
conda
, I can't open trex - it seems something is missing.To Reproduce
Expected behavior (if it is not a simple crash) Expecting the application to open.
Additional context On MacOS. I also tried with
trexa
(as that appears in the docs), but that seems to have been phased out already.