We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0911edf commit 969e136Copy full SHA for 969e136
1 file changed
kratos.gid/scripts/Launch.tcl
@@ -101,10 +101,10 @@ proc Kratos::CheckDependencies { } {
101
}
102
set pip_version [Kratos::pipVersion]
103
if {$pip_version <= 0} {
104
- error "pip is not installed on your system."
+ WarnWin "pip is not installed on your system."
105
106
107
-
+
108
set missing_packages [Kratos::GetMissingPipPackages]
109
if {[llength $missing_packages] > 0} {
110
set msgBox_type yesno
0 commit comments