PY-50160 Implement the redesigned dialog for package installation failures

IJ-CR-13328

GitOrigin-RevId: 2cfa6c468411391772639441f0d2aeda4fddc435
This commit is contained in:
Lada Gagina
2021-08-11 17:39:25 +03:00
committed by intellij-monorepo-bot
parent 590618ec71
commit 18d0c28655
14 changed files with 467 additions and 74 deletions

View File

@@ -18,6 +18,7 @@ python.sdk.packaging.package.management.for.python.not.supported=Package managem
python.sdk.packaging.invalid.output.format=Invalid output format
python.sdk.packaging.tools.not.found=Python packaging tools not found
python.sdk.packaging.enter.your.password.to.make.changes=Please enter your password to make changes in system packages:
python.sdk.packaging.unknown.package.data=Unknown
python.sdk.use.python.version.supported.by.this.package=Make sure that you use a version of Python supported by this package. Currently, you are using Python {0}.
python.sdk.check.python.development.packages.installed=Make sure that you have installed Python development packages for your operating system.
python.sdk.try.to.run.command.from.system.terminal=Try to run this command from the system terminal. Make sure that you use the correct version of ''pip'' installed for your Python interpreter located at ''{0}''.