Closed Bobgy closed 5 years ago
I want to note that this exception is actually caused by network failures. It's just that the handling of those failures has error. SO this does not seem to be a cause of failure, but rather reflection of another failure.
Designed handling is to retry the network request ( inferred from the error message), so I believe it can greatly reduce flakiness if we fix it.
Fixed /close
Please report and reopen if you see this again
@Bobgy: Closing this issue.
I think this is the top 1 flakiness I have been seeing over a long time.
One stackoverflow answer seems to explain the problem well: https://stackoverflow.com/a/46970344. and the mentioned solution: https://stackoverflow.com/questions/37495375/python-pip-install-throws-typeerror-unsupported-operand-types-for-retry/37531821#37531821
@Ark-kun @numerology, I think we should try to fix this.
Example log
/kind bug