PHP 8.2.30
Preview: exceptions.py Size: 1.06 KB
//proc/self/root/opt/alt/python34/lib/python3.4/site-packages/pip/exceptions.py

"""Exceptions used throughout package"""


class PipError(Exception):
    """Base pip exception"""


class InstallationError(PipError):
    """General exception during installation"""


class UninstallationError(PipError):
    """General exception during uninstallation"""


class DistributionNotFound(InstallationError):
    """Raised when a distribution cannot be found to satisfy a requirement"""


class BestVersionAlreadyInstalled(PipError):
    """Raised when the most up-to-date version of a package is already
    installed.  """


class BadCommand(PipError):
    """Raised when virtualenv or a command is not found"""


class CommandError(PipError):
    """Raised when there is an error in command-line arguments"""


class PreviousBuildDirError(PipError):
    """Raised when there's a previous conflicting build directory"""


class HashMismatch(InstallationError):
    """Distribution file hash values don't match."""


class InvalidWheelFilename(InstallationError):
    """Invalid wheel filename."""


class UnsupportedWheel(InstallationError):
    """Unsupported wheel."""

Directory Contents

Dirs: 5 × Files: 16

Name Size Perms Modified Actions
- drwxr-xr-x 2024-03-03 22:37:25
Edit Download
commands DIR
- drwxr-xr-x 2024-03-03 22:37:25
Edit Download
vcs DIR
- drwxr-xr-x 2024-03-03 22:37:25
Edit Download
_vendor DIR
- drwxr-xr-x 2024-03-03 22:37:25
Edit Download
- drwxr-xr-x 2024-03-03 22:37:25
Edit Download
6.42 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
7.97 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
9.11 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
22.05 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
1.06 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
39.46 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
6.06 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
9.23 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
2.90 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
81.79 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
431 B lrw-r--r-- 2023-11-13 21:20:25
Edit Download
116 B lrw-r--r-- 2023-11-13 21:20:25
Edit Download
24.54 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
20.31 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
9.21 KB lrw-r--r-- 2023-11-13 21:20:25
Edit Download
116 B lrw-r--r-- 2023-11-13 21:20:25
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).