Open leungyukit opened 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?
Try to use the command pip install "pybind11[global]"
pip install "pybind11[global]"
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?