You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set reply [tk_messageBox -icon warning -type $msgBox_type -parent .gid \
113
-
-message "Python $py_version is installed, but there are some missing packages. Do you want Kratos to install them? \n\nPackages to be installed: \n$missing_packages"\
114
-
-title [_ "Missing python packages"]]
115
-
if {[string equal $reply"yes"]} {
116
-
Kratos::InstallAllPythonDependencies
117
-
}
118
-
if {[string equal $reply"cancel"]} {
119
-
104
+
WarnWin "pip is not installed on your system. Please install it in your system."
105
+
} else {
106
+
set missing_packages [Kratos::GetMissingPipPackages]
set reply [tk_messageBox -icon warning -type $msgBox_type -parent .gid \
111
+
-message "Python $py_version is installed, but there are some missing packages. Do you want Kratos to install them? \n\nPackages to be installed: \n$missing_packages"\
0 commit comments