I’m trying to install the SimpleITK manually according this link Building Simple ITK manually because I need to run the Simple ITK in C++ using the qmake, but I’m getting this error:
CMake Error at PythonVirtualEnvInstall.cmake:57 (message):
Installation of SimpleITK into Python virutal enviroment failed.
/home/felippe/tmp_ting/SimpleITK-build/Testing/Installation/PythonVirtualenv/bin/python:
can't open file
'/home/felippe/tmp_ting/SimpleITK-build/Wrapping/Python/Packaging/setup.py':
[Errno 2] No such file or directory
I have already installed all the prerequisites (Gtest, ITK, Swig, Lua and Cmake) and the SimpleITK for python according to this link Compilations and instalations from github, but I’m still having this problem. So, how to solve this?
Ps: If there is a way of not installing the simpleITK for python it will be also nice because I just need the SimpleITK for C++.
Thanks.