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
Fix building PyTorch when using setup.py as the build command
When changing `use_pip` after `PythonPackage.__init__` called
`determine_install_command` the change is not honored.
Call it again after the change.
This also requires to make it idempotent so all member variables changed
in that function need to be set in all cases.
Fixes#3570
0 commit comments