Skip to content

Bug on pip upgrading pip itself? #7

Closed
@lucbouge

Description

@lucbouge

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions