Skip to content
Snippets Groups Projects
Commit 2e542dba authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

update pip error message to provide help

parent 55d77ac5
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,8 @@ class PackagesInstallerDialog(QDialog, FORM_CLASS):
if process.returncode != 0:
msg = (
f'<span style="color: {_ERROR_COLOR};"><b>'
f"pip installation failed! Consider installing it manually."
f"pip installation failed!"
f"You can try to upgrade python or install pip manually (https://pip.pypa.io/en/stable/installation/#get-pip-py)."
f"<b></span>"
)
self.log(msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment