votchallenge/trax

OSError: dlopen(libtrax.dynlib, 6): image not found

Closed this issue · 2 comments

I use Mac OS 10.15, matlab 2016b, and can pass the MATLAB test. But when I use Python's tracker to test, I find this problem. I can't find a solution on Google. How can I solve this problem ?

Error using tracker_load (line 127)
Tracker has not passed the TraX support test.

Error in run_test (line 8)
tracker = tracker_load('ncc');

File "/opt/anaconda3/envs/suzy/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: dlopen(libtrax.dynlib, 6): image not found

Which version of the trax code are you using? This bug is known but was fixed and should not be relevant anymore.

I downloaded the latest version of Trax and the problem has been solved, thank you very very very much!!!