Hi
I am trying to build sofa on windows 10 using CMAke-gui. I activated the sofaPython plugin because I need it in my work. but I got an error “could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) “. I have python 3.7 installed through Anaconda.
Any Help please !
thanks
The SofaPython plugin is relying on Python 2.7 (this will change during the next 6 months with a brand new SofaPython3 plugin).
You must install Python 2.7 and choose between :
add Python 2.7 install directory to your system PATH
or
set PYTHON_LIBRARIES and PYTHON_INCLUDE_DIRS manually in CMake GUI