Closed
Description
Dear pip_upgrade_outdated
people,
I suspect that your script fails when pip
itself is obsolete. In this case, pip3 is not updated correctly, and still requests the former version, which results in a strange failure: raise JSONDecodeError("Expecting value", s, err.value) from None
.
I personally circumvent this problem by using pip_upgrade_outdated --exclude pip
.
When pip
is to be upgraded, I have to do it from outside: python3 -m pip install --upgrade pip
. However, there may be of course better way of doing, for sure.
Please, could you at least let your pip_upgrade_outdated
script exclude pip
from being upgraded and issue a message?
Thank you for your excellent work,
Luc.