pyenv-pip-migrate

Migrate pip packages from one Python version to another

brewmacoslinux
Try with needOr install directly
Source

About

Migrate pip packages from one Python version to another

Commands

pyenv-pip-migrate

Examples

Migrate all pip packages from Python 3.9 to Python 3.10$ pyenv-pip-migrate 3.9 3.10
Migrate packages with verbose output to see detailed progress$ pyenv-pip-migrate 3.8 3.11 --verbose
List packages that would be migrated without actually migrating$ pyenv-pip-migrate 3.9 3.10 --dry-run