h264decoder icon indicating copy to clipboard operation
h264decoder copied to clipboard

how to build this lib on python3 on ubuntu?

Open leungyukit opened this issue 5 years ago • 1 comments

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?

leungyukit avatar Jan 28 '21 02:01 leungyukit

Try to use the command pip install "pybind11[global]"

hs150521 avatar Jan 17 '24 12:01 hs150521