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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: