That retry logic is trying to accommodate for security scans that intercept 
the EXE that PyInstaller is midway through building and temporarily block 
PyInstaller’s access to it. I guess the easiest thing to try would be to 
increase the timeout (e.g. change the first 1 
<https://github.com/pyinstaller/pyinstaller/blob/5c8de5b1d389a6ee88f6f2b9d865be42bde3cfc0/PyInstaller/building/api.py#L1012>
 
to a 5.
​

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/599c82d1-9baa-459e-a374-e65b13cab933n%40googlegroups.com.

Reply via email to