Terry J. Reedy <tjre...@udel.edu> added the comment:

A 'crash' is when the program hangs or stops unexpectedly *without* an 
Exception and message.

Lib/site-packages/sitecustomize.py is an optional added module.
https://docs.python.org/3/library/site.html#index-5
Apparently, attempted installation of pyinstaller resulted in an attempt to add 
it.  Or it was later attempting to read a badly written file, and removed it 
when cleaning up.

In any case, this appears to be a 3rd party bug that should be reported on the 
pypa/pip tracker.  Paul, are you involved with pip?  If so, can you add 
anything?

----------
nosy: +paul.moore, terry.reedy
resolution:  -> third party
stage:  -> resolved
status: open -> closed
type: crash -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42293>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to