Buck fails to run samples from Buck Samples.
Created by: HarikaReddyRamidi
I installed buck on windows and attempted running the samples located at https://github.com/fbsamples/bucksamples.git and ran into the following issue:
D:\Buck\bucksamples\hello-buck-java>buck run hello_buck_java PARSING BUCK FILES: FINISHED IN 0.0s CREATING ACTION GRAPH: FINISHED IN 0.0s DOWNLOADED 0 ARTIFACTS, 0.00 BYTES, 0.0% CACHE MISS BUILDING: FINISHED IN 0.0s (100%) 1/1 JOBS, 0 UPDATED BUILD SUCCEEDED Traceback (most recent call last): File "C:\buck\bin..\programs\buck.py", line 261, in fn_exec() File "C:\buck\programs\buck_tool.py", line 116, in execve self._argv, executable=self._path, env=self._envp, cwd=self._cwd File "C:\Python27\lib\subprocess.py", line 710, in init errread, errwrite) File "C:\Python27\lib\subprocess.py", line 958, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified.