File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:\n pip install --upgrade --force-reinstall --no-cache-dir $Kratos::pip_packages_required "
123+ W " Run the following command on a terminal:\n pip 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."
You can’t perform that action at this time.
0 commit comments