Upgrading Pip packages

This picture really explain my current python situation.
Mostly after the last python update, and pip recommending using venv for installing packages.
What’s the solution for migrating to other python package management?
Make a list from pip and re-installing each one with pipx?
What about upgrading all packages?
is this tool still valid Pipupgrade
Or is PEP 668 is just needless extra-steps?


Moderator edit: Use link instead of embedding image

1 Like

Depends what you want to use Python for. Development, running a few scripts here and there, or you having packages programs running?

For average case use.
Like running scripts and packages mostly.