[issue42453] utf-8 codec error when pip uninstalling a package which has files containing unicode filename on Windows

2020-11-24 Thread 赵豪杰
赵豪杰 <1292756...@qq.com> added the comment: got it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42453] utf-8 codec error when pip uninstalling a package which has files containing unicode filename on Windows

2020-11-24 Thread STINNER Victor
STINNER Victor added the comment: Please report the issue to https://github.com/pypa/pip pip is not part of Python stdlib. -- nosy: +vstinner resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker

[issue42453] utf-8 codec error when pip uninstalling a package which has files containing unicode filename on Windows

2020-11-24 Thread 赵豪杰
New submission from 赵豪杰 <1292756...@qq.com>: When using `pip install package_name` installing a package, it will generate a `installed-files.txt` file, which records the file that the package contains. When updating or uninstalling the package, pip will need to read the `installed-files.txt`