Cannot have pip as a requirement on windows #6138
Labels
area/installer
Related to the dependency installer
area/windows
For Windows-specific issues
kind/bug
Something isn't working as expected
status/confirmed
Issue is reproduced and confirmed
-vvv
option).Issue
It seems like
pip
cannot be listed as requirement on windows since the pip commands are run aspip install ...
instead ofpython -m pip install ...
. On windows, running commands such aspip install pip
produces an error of the type:Find bellow the full trace corresponding to pyproject.toml above:
The text was updated successfully, but these errors were encountered: