Error running in Win10 Sublime Text 3
Closed this issue · 2 comments
ArthurYoungY commented
When I press Ctrl-Alt-F to format the current selection, I got this.
OSError:[WinError 2] The system cannot find the file specified
You may need install YAPF and/or configure 'yapf_command' in PyYapf's Setting.
I have pip installed Yapf.
Thanks
catch22 commented
Is yapf accessible in your PATH? Try setting the yapf_command
option to point to your yapf binary.
ArthurYoungY commented
fix it! Thank you!