Answers for "CMake Error at pybind11/tools/FindPythonLibsNew.cmake:131 (message): Python config failure:"

0

CMake Error at pybind11/tools/FindPythonLibsNew.cmake:131 (message): Python config failure:

#"This pretty much always finds the wrong interpreter for me,
#  it's just a light helper on top of FindPythonLibs/Interp that 
#  favors Python 3, which were abandoned by CMake because they
#  has so many problems."
#Change python version accordingly:
cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python3.6
Posted by: Guest on April-06-2021

Code answers related to "CMake Error at pybind11/tools/FindPythonLibsNew.cmake:131 (message): Python config failure:"

Python Answers by Framework

Browse Popular Code Answers by Language