.. _f-moduleinstallexceptions: module ``installhelper.module_install_exceptions`` ================================================== .. inheritance-diagram:: pymyinstall.installhelper.module_install_exceptions Short summary +++++++++++++ module ``pymyinstall.installhelper.module_install_exceptions`` Exceptions raised during the installation of a module :githublink:`%|py|5` Classes +++++++ +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | class | truncated documentation | +==================================================================================================================================+==========================================================+ | :class:`AnnoyingPackageException ` | raised when a package is not on pypi | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`ConfigurationError ` | raised when something is wrong the current configuration | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`DownloadError ` | raised when a package cannot be downloaded | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`InstallError ` | raised when a package cannot be installed | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`MissingInstalledPackageException ` | raised when a package is not installed | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`MissingPackageOnPyPiException ` | raised when a package is not found on pipy | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`MissingReferenceException ` | raised when a module is not referenced by this package | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`MissingVersionOnPyPiException ` | raised when a version is missing on pipy | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`MissingVersionWheelException ` | raised when a version is missing as a wheel | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`MissingWheelException ` | raised when a wheel is missing | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`RunCmdError ` | raised when a command line cannot be run | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`UnavailableCustomBuildError ` | raise when a module does not have a custom build | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`UpdatePipError ` | raised when pip cannot be update or reinstalled | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`WrongVersionError ` | cannot interpret a version | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`WrongWheelException ` | raised when the downloaded wheel seems wrong | +----------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.installhelper.module_install_exceptions :members: :special-members: __init__ :show-inheritance: