MCPcopy Create free account
hub / github.com/MITK/MITK / RequirePythonExecutable

Method RequirePythonExecutable

Modules/PythonInstaller/src/QmitkPipInstaller.cpp:714–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714QString QmitkPipInstaller::RequirePythonExecutable()
715{
716 const auto python = this->PythonExecutable();
717
718 if (python.isEmpty())
719 {
720 m_State = State::Failed;
721 emit ErrorOccurred("Python executable not found.");
722 emit InstallFinished(false);
723 }
724
725 return python;
726}
727
728void QmitkPipInstaller::FinalizeCancel()
729{

Callers 5

BeginVirtualEnvPhaseMethod · 0.95
StartPipUpgradeMethod · 0.95
StartResolveGroupMethod · 0.95
StartInstallPackageMethod · 0.95
StartPostInstallStepMethod · 0.95

Calls 1

PythonExecutableMethod · 0.95

Tested by

no test coverage detected