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
Currently pip freeze correctly hides both pip itself and setuptools. Nowadays (i.e. after version 7.0.0) it should do the same with wheel. Given the fact that autobuilding of wheels is (almost) always attempted (ref. #2618), I find myself installing the wheel package everywhere. Now it's starting to show up in my requirements files.
The text was updated successfully, but these errors were encountered:
Currently
pip freeze
correctly hides bothpip
itself andsetuptools
. Nowadays (i.e. after version 7.0.0) it should do the same withwheel
. Given the fact that autobuilding of wheels is (almost) always attempted (ref. #2618), I find myself installing thewheel
package everywhere. Now it's starting to show up in my requirements files.The text was updated successfully, but these errors were encountered: