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
When pip, setuptools, wheel and distribute , they are never present in locked requirements.
This is because pips omits them by default in pip freeze output.
We change to call pip freeze --all but never propose to uninstall these as they may be necessary to build legacy projects without build isolation.
The text was updated successfully, but these errors were encountered:
When
pip
,setuptools
,wheel
anddistribute
, they are never present in locked requirements.This is because pips omits them by default in
pip freeze
output.We change to call
pip freeze --all
but never propose to uninstall these as they may be necessary to build legacy projects without build isolation.The text was updated successfully, but these errors were encountered: