--- a/src/eric7/PipInterface/Pip.py Mon Feb 10 14:09:14 2025 +0100 +++ b/src/eric7/PipInterface/Pip.py Mon Feb 10 16:27:06 2025 +0100 @@ -117,6 +117,7 @@ Public method to perform shutdown actions. """ if self.__outdatedProc is not None: + self.__outdatedProc.finished.disconnect() self.__outdatedProc.kill() # end the process forcefully self.__outdatedProc = None