Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows bug: unable to run buster setup #62

Open
ghost opened this issue Apr 27, 2015 · 2 comments
Open

Windows bug: unable to run buster setup #62

ghost opened this issue Apr 27, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 27, 2015

I installed buster on Windows 7 64 bit with Python 2.7.9. But when I try to setup buster with my GitHub repository link, it fails. Below is the stacktrace:

Traceback (most recent call last):
File ".\buster.py", line 201, in
main()
File ".\buster.py", line 161, in main
repo = Repo.init(static_path)
File "C:\Python27\lib\site-packages\git\repo\base.py", line 656, in init
output = git.init(*_kwargs)
File "C:\Python27\lib\site-packages\git\cmd.py", line 227, in
return lambda *args, *_kwargs: self._call_process(name, _args, *_kwargs)
File "C:\Python27\lib\site-packages\git\cmd.py", line 456, in _call_process
return self.execute(call, *__kwargs)
File "C:\Python27\lib\site-packages\git\cmd.py", line 335, in execute
*_subprocess_kwargs
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

I have tried to run the python file directly, I get the same error. I also tried this fork - https://github.com/Misiur/buster, still does not work.

@sebie
Copy link

sebie commented Jul 15, 2015

Check out this issue: #56

@andreiamlm
Copy link

Hi! I had the same issue on win 10 I solved it like this:
txanan

hope it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants