module installhelper.module_install_exceptions

Inheritance diagram of pymyinstall.installhelper.module_install_exceptions

Short summary

module pymyinstall.installhelper.module_install_exceptions

Exceptions raised during the installation of a module

source on GitHub

Classes

class

truncated documentation

AnnoyingPackageException

raised when a package is not on pypi

ConfigurationError

raised when something is wrong the current configuration

DownloadError

raised when a package cannot be downloaded

InstallError

raised when a package cannot be installed

MissingInstalledPackageException

raised when a package is not installed

MissingPackageOnPyPiException

raised when a package is not found on pipy

MissingReferenceException

raised when a module is not referenced by this package

MissingVersionOnPyPiException

raised when a version is missing on pipy

MissingVersionWheelException

raised when a version is missing as a wheel

MissingWheelException

raised when a wheel is missing

RunCmdError

raised when a command line cannot be run

UnavailableCustomBuildError

raise when a module does not have a custom build

UpdatePipError

raised when pip cannot be update or reinstalled

WrongVersionError

cannot interpret a version

WrongWheelException

raised when the downloaded wheel seems wrong

Documentation

Exceptions raised during the installation of a module

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.AnnoyingPackageException

Bases: RuntimeError

raised when a package is not on pypi

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.ConfigurationError

Bases: RuntimeError

raised when something is wrong the current configuration

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.DownloadError

Bases: RuntimeError

raised when a package cannot be downloaded

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.InstallError

Bases: RuntimeError

raised when a package cannot be installed

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.MissingInstalledPackageException

Bases: RuntimeError

raised when a package is not installed

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.MissingPackageOnPyPiException

Bases: RuntimeError

raised when a package is not found on pipy

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.MissingReferenceException

Bases: RuntimeError

raised when a module is not referenced by this package

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.MissingVersionOnPyPiException

Bases: RuntimeError

raised when a version is missing on pipy

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.MissingVersionWheelException

Bases: RuntimeError

raised when a version is missing as a wheel

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.MissingWheelException

Bases: RuntimeError

raised when a wheel is missing

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.RunCmdError

Bases: RuntimeError

raised when a command line cannot be run

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.UnavailableCustomBuildError

Bases: RuntimeError

raise when a module does not have a custom build

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.UpdatePipError

Bases: RuntimeError

raised when pip cannot be update or reinstalled

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.WrongVersionError

Bases: RuntimeError

cannot interpret a version

source on GitHub

exception pymyinstall.installhelper.module_install_exceptions.WrongWheelException

Bases: RuntimeError

raised when the downloaded wheel seems wrong

source on GitHub