Bug 1666883 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Agh, pip with python 3.7 doesn't add the `RECORD` file, huh. I'll dig in here. Thanks for the report!
The only work that happens after that error is that it runs `moz-phab install-certificate`. If you run that manually, then you should be good.
Agh, pip with (edit: a fresh install of) python 3.7 doesn't add the `RECORD` file, huh. I'll dig in here. Thanks for the report!
The only work that happens after that error is that it runs `moz-phab install-certificate`. If you run that manually, then you should be good.

EDIT: looks like `pip 19.2.3` puts the list of the package's files in `installed-files.txt`, while pip 20+ puts it in `RECORD`.

Back to Bug 1666883 Comment 1