![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | __init__ (self, Optional[str] error) |
| "ExternallyManagedEnvironment" | from_config (cls, Union[pathlib.Path, str] config) |
Public Member Functions inherited from pip._internal.exceptions.DiagnosticPipError | |
| str | __repr__ (self) |
| RenderResult | __rich_console__ (self, Console console, ConsoleOptions options) |
Static Public Attributes | |
| str | reference = "externally-managed-environment" |
Static Public Attributes inherited from pip._internal.exceptions.DiagnosticPipError | |
| str | reference |
Static Protected Member Functions | |
| Iterator[str] | _iter_externally_managed_error_keys () |
Additional Inherited Members | |
Public Attributes inherited from pip._internal.exceptions.DiagnosticPipError | |
| kind | |
| reference | |
| message | |
| context | |
| note_stmt | |
| hint_stmt | |
| link | |
The current environment is externally managed. This is raised when the current environment is externally managed, as defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked and displayed when the error is bubbled up to the user. :param error: The error message read from ``EXTERNALLY-MANAGED``.
| None pip._internal.exceptions.ExternallyManagedEnvironment.__init__ | ( | self, | |
| Optional[str] | error | ||
| ) |
Reimplemented from pip._internal.exceptions.DiagnosticPipError.