Instantly share code, notes, and snippets.

Embed
What would you like to do?
alexei@ALEXEI-PC c:\Devel\selenium-ide
> peru sync
Traceback (most recent call last):
File "C:\Python35\Scripts\peru-script.py", line 9, in <module>
load_entry_point('peru==1.1.2', 'console_scripts', 'peru')()
File "c:\python35\lib\site-packages\peru\main.py", line 365, in main
runtime = run_task(Runtime(args, env))
File "c:\python35\lib\site-packages\peru\async_helpers.py", line 29, in run_task
return asyncio.get_event_loop().run_until_complete(coro)
File "c:\python35\lib\asyncio\base_events.py", line 387, in run_until_complete
return future.result()
File "c:\python35\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "c:\python35\lib\asyncio\tasks.py", line 239, in _step
result = coro.send(None)
File "c:\python35\lib\site-packages\peru\runtime.py", line 20, in Runtime
yield from r._init_cache()
File "c:\python35\lib\site-packages\peru\runtime.py", line 63, in _init_cache
self.cache = yield from cache.Cache(self.cache_dir)
File "c:\python35\lib\site-packages\peru\cache.py", line 251, in Cache
yield from cache._init_trees()
File "c:\python35\lib\site-packages\peru\cache.py", line 272, in _init_trees
yield from session.init_git_dir()
File "c:\python35\lib\site-packages\peru\cache.py", line 94, in init_git_dir
yield from self.git('init', '--bare')
File "c:\python35\lib\site-packages\peru\cache.py", line 71, in git
stderr=asyncio.subprocess.PIPE)
File "c:\python35\lib\asyncio\subprocess.py", line 212, in create_subprocess_exec
stderr=stderr, **kwds)
File "c:\python35\lib\asyncio\base_events.py", line 1079, in subprocess_exec
bufsize, **kwargs)
File "c:\python35\lib\asyncio\windows_events.py", line 373, in _make_subprocess_transport
**kwargs)
File "c:\python35\lib\asyncio\base_subprocess.py", line 40, in __init__
stderr=stderr, bufsize=bufsize, **kwargs)
File "c:\python35\lib\asyncio\windows_events.py", line 757, in _start
bufsize=bufsize, **kwargs)
File "c:\python35\lib\asyncio\windows_utils.py", line 204, in __init__
stderr=stderr_wfd, **kwds)
File "c:\python35\lib\subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "c:\python35\lib\subprocess.py", line 1224, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment