the output errori tried running GST_PLUGIN_PATH=../../src/gst-plugin ./run-live.py
and get intel mkl fatal error Intel MKL FATAL ERROR: cannot load libmkl_vml_avx2.so or libmkl_vml_def.so.
i tried export LD_PRELOAD=/opt/intel/mkl/lib/intel64/libmkl_core.so:/opt/intel/mkl/lib/intel64/libmkl_sequential.so
but it did not fix it
i then tried sudo pip3 install mkl
after that i installed some other things sudo pip3 install numpy scipy scikit-learn numexpr
and the error is still present
could you try export LD_PRELOAD=mklroot/lib/intel64/libmkl_rt.so