I am trying to install Pyside1.2.4 on RHEL 6.8. When I run the setup.py install I get the following error message
Failed to find cmake. Please specify cmake with cmake --parameter.
Any help would be welcome
Regards
I am trying to install Pyside1.2.4 on RHEL 6.8. When I run the setup.py install I get the following error message
Failed to find cmake. Please specify cmake with cmake --parameter.
Any help would be welcome
Regards
Well, it appears that you need cmake, so :
yum install cmake
would probably be a good idea. You might need to install other packages.