DaWelter / h264decoder

h264 decoding module for python based on ffmpeg/libav
116 stars 60 forks source link

how to build this lib on python3 on ubuntu? #6

Open leungyukit opened 3 years ago

leungyukit commented 3 years ago

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?

hs150521 commented 10 months ago

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