Closed
Description
Each time I submit an issue here (pip), I'm getting not very nice feedback, but let's try again 🙂
If a build uses import colorlog
(to get https://pypi.org/project/colorlog/), the module imported is pip/_vendor/pep517/colorlog.py
, which is incompatible with https://pypi.org/project/colorlog/ and one gets an error like:
AttributeError: module 'colorlog' has no attribute 'StreamHandler'