You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following piece of CMake code will cause pybind11 to complain Python3 was found without the Interpreter component. Pybind11 requires this component.
This issue occurs in v2.6.1.
The problem can be resolved by adding Interpreter at the first line.
However the error message is confusing and the resolution only gets clear after reading the code of FindPythonLibsNew.cmake.