Skip to content

Commit 7017748

Browse files
minor
1 parent 58554f1 commit 7017748

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

kratos.gid/scripts/Launch.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,13 @@ proc Kratos::ShowErrorsAndActions {errs} {
114114
switch $errs {
115115
"MISSING_PYTHON" {
116116
W "Python 3 could not be found on this system. Please install it, and add the path to Kratos preferences before run the case."
117+
W "If you have already installed Python, have you added it to the PATH?"
117118
}
118119
"MISSING_PIP" {
119120
W "Pip is not installed on your system. Please install it."
120121
}
121122
"MISSING_PIP_PACKAGES" {
122-
W "Run the following command on a terminal:\npip install --upgrade --force-reinstall --no-cache-dir $Kratos::pip_packages_required"
123+
W "Run the following command on a terminal:\npip install --upgrade --force-reinstall --no-cache-dir $Kratos::pip_packages_required==9.1.3"
123124
}
124125
"DOCKER_NOT_FOUND" {
125126
W "Could not start docker. Please check if the Docker service is enabled."

0 commit comments

Comments
 (0)