|
Let us walk on the 3-isogeny graph
|
Data Structures | |
| class | BadCommand |
| class | BestVersionAlreadyInstalled |
| class | CommandError |
| class | ConfigurationError |
| class | ConfigurationFileCouldNotBeLoaded |
| class | DiagnosticPipError |
| class | DirectoryUrlHashUnsupported |
| class | DistributionNotFound |
| class | ExternallyManagedEnvironment |
| class | HashError |
| class | HashErrors |
| class | HashMismatch |
| class | HashMissing |
| class | HashUnpinned |
| class | InstallationError |
| class | InstallationSubprocessError |
| class | InvalidPyProjectBuildRequires |
| class | InvalidSchemeCombination |
| class | InvalidWheel |
| class | InvalidWheelFilename |
| class | MetadataGenerationFailed |
| class | MetadataInconsistent |
| class | MissingPyProjectBuildRequires |
| class | NetworkConnectionError |
| class | NoneMetadataError |
| class | PipError |
| class | PreviousBuildDirError |
| class | RequirementsFileParseError |
| class | UninstallationError |
| class | UnsupportedPythonVersion |
| class | UnsupportedWheel |
| class | UserInstallationInvalid |
| class | VcsHashUnsupported |
Functions | |
| bool | _is_kebab_case (str s) |
| Text | _prefix_with_indent (Union[Text, str] s, Console console, *str prefix, str indent) |
Variables | |
| logger = logging.getLogger(__name__) | |
| str | _DEFAULT_EXTERNALLY_MANAGED_ERROR |
Exceptions used throughout package. This module MUST NOT try to import from anything within `pip._internal` to operate. This is expected to be importable from any/all files within the subpackage and, thus, should not depend on them.
|
protected |
Definition at line 36 of file exceptions.py.
References i.
Referenced by DiagnosticPipError.__init__().

Definition at line 40 of file exceptions.py.
References i.
Referenced by DiagnosticPipError.__rich_console__().

|
protected |
Definition at line 656 of file exceptions.py.
| logger = logging.getLogger(__name__) |
Definition at line 30 of file exceptions.py.