Home
last modified time | relevance | path

Searched refs:DistributionNotFound (Results 1 – 8 of 8) sorted by relevance

/external/python/apitools/
Dez_setup.py103 except pkg_resources.DistributionNotFound:
/external/python/apitools/apitools/gen/
Dgen_client_lib.py39 except pkg_resources.DistributionNotFound:
/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py154 with pytest.raises(pkg_resources.DistributionNotFound):
174 with pytest.raises(pkg_resources.DistributionNotFound):
/external/antlr/runtime/Python3/
Dez_setup.py163 except pkg_resources.DistributionNotFound:
/external/python/setuptools/setuptools/command/
Deasy_install.py60 Distribution, PathMetadata, EggMetadata, WorkingSet, DistributionNotFound,
748 except DistributionNotFound as e:
/external/python/setuptools/pkg_resources/
D__init__.py290 class DistributionNotFound(ResolutionError): class
778 raise DistributionNotFound(req, requirers)
/external/python/setuptools/
DCHANGES.rst1591 * BB Pull Request #126: DistributionNotFound message now lists the package or
1594 …pkg_resources.DistributionNotFound: The 'colorama>=0.3.1' distribution was not found and is requir…
2898 * Reverted change made for the DistributionNotFound exception because
2910 * Added a nicer error message when a DistributionNotFound is raised.
/external/python/setuptools/docs/
Dpkg_resources.txt429 Usually this will be a ``DistributionNotFound`` or ``VersionConflict``
1336 DistributionNotFound
1348 ``DistributionNotFound``