Closed jefflgaol closed 4 years ago
I found out the problem. Previously, I reset my laptop because of some considerations, and I didn't have any CMake installed. Realizing in your build.sh includes the CMake, I need to install the CMake first. I think it should be in requirements.txt.
After executed the installation part, I tried to import
from pygst_utils.gst_objects_info_meta import gst_meta_write
and got an error:Any ideas on how to solve it?