--- a/eric6/PipInterface/Pip.py Sat Nov 21 19:31:16 2020 +0100 +++ b/eric6/PipInterface/Pip.py Sun Nov 22 16:04:59 2020 +0100 @@ -460,7 +460,7 @@ try: with open(requirements, "r") as f: reqs = f.read().splitlines() - except (OSError, IOError): + except OSError: return from UI.DeleteFilesConfirmationDialog import (