h264decoder
h264decoder copied to clipboard
how to build this lib on python3 on ubuntu?
I have follow the guide, use setup.py to build this library, and get errors" by not providing "Findpybind11.cmake" , but I have installed pybind11 in the machine.. Could you please provide the details steps of setuptools to install this library?
Try to use the command
pip install "pybind11[global]"