You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the pip or Pipenv version changes we should clear the cache to:
Avoid any issues with backwards compatibility.
Help improve determinism between environments (eg between a staging app and a prod app, where the package manager version used to install a package might be different, if they were deployed at different times)
In particular, this blocks upgrading to pip 24.1 - since newer versions of pip aren't able to uninstall legacy Python packages with broken version specifiers. See: #1619 (comment)
The text was updated successfully, but these errors were encountered:
If the pip or Pipenv version changes we should clear the cache to:
In particular, this blocks upgrading to pip 24.1 - since newer versions of pip aren't able to uninstall legacy Python packages with broken version specifiers. See:
#1619 (comment)
The text was updated successfully, but these errors were encountered: