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 pip install . -e when buck2 is not installed (#11842)
If the installation goes through regular './install_executorch.sh' path,
it sets the -DBUCK2 cmake config, but if you directly call `pip install
.` it
doesn't resolve buck dependency.
Test Plan:
Run
- `./install_requirement.sh` and `pip install . --no-build-isolation -v`
- `./install_requirement.sh` and `pip install -e . --no-build-isolation
-v`
- ./install_executorch.sh
cc @larryliu0820@jathu
0 commit comments