Searched refs:DistributionNotFound (Results 1 – 8 of 8) sorted by relevance
103 except pkg_resources.DistributionNotFound:
39 except pkg_resources.DistributionNotFound:
154 with pytest.raises(pkg_resources.DistributionNotFound):174 with pytest.raises(pkg_resources.DistributionNotFound):
163 except pkg_resources.DistributionNotFound:
60 Distribution, PathMetadata, EggMetadata, WorkingSet, DistributionNotFound,748 except DistributionNotFound as e:
290 class DistributionNotFound(ResolutionError): class778 raise DistributionNotFound(req, requirers)
1591 * BB Pull Request #126: DistributionNotFound message now lists the package or1594 …pkg_resources.DistributionNotFound: The 'colorama>=0.3.1' distribution was not found and is requir…2898 * Reverted change made for the DistributionNotFound exception because2910 * Added a nicer error message when a DistributionNotFound is raised.
429 Usually this will be a ``DistributionNotFound`` or ``VersionConflict``1336 DistributionNotFound1348 ``DistributionNotFound``