Christian Heimes added the comment:
pip is maintained by a different group. Please report pip issues at
https://github.com/pypa/pip .
--
nosy: +christian.heimes
resolution: -> third party
stage: -> resolved
status: open -> closed
___
Python track
New submission from Zombo :
I can install a package:
pip install brotli
but if I try to remove, it fails:
PS D:\Desktop> pip uninstall -y brotli
Found existing installation: Brotli 1.0.9
Uninstalling Brotli-1.0.9:
Successfully uninstalled Brotli-1.0.9
ERROR: Exceptio