Hi I'm trying to install botqueue and seem to have run into an error at step 3 of the installation guide.
after entering " bumblebee" and giving access to the app. I get the following error.
Traceback (most recent call last):
File "/usr/local/bin/bumblebee", line 11, in <module>
load_entry_point('bqclient==0.5.5', 'console_scripts', 'bumblebee')()
File "/usr/local/lib/python2.7/dist-packages/bumblebee/__main__.py", line 17, in main
main()
File "/usr/local/lib/python2.7/dist-packages/bumblebee/app.py", line 404, in main
bee.main()
File "/usr/local/lib/python2.7/dist-packages/bumblebee/app.py", line 182, in main
curses.wrapper(self.mainMenu)
File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/local/lib/python2.7/dist-packages/bumblebee/app.py", line 244, in mainMenu
self.handleServerUpdates()
File "/usr/local/lib/python2.7/dist-packages/bumblebee/app.py", line 195, in handleServerUpdates
self.getBots()
File "/usr/local/lib/python2.7/dist-packages/bumblebee/app.py", line 110, in getBots
self.scanDevices()
File "/usr/local/lib/python2.7/dist-packages/bumblebee/app.py", line 86, in scanDevices
data['bots'] = hive.scanBots()
File "/usr/local/lib/python2.7/dist-packages/bumblebee/hive.py", line 204, in scanBots
__import__(module_name)
File "/usr/local/lib/python2.7/dist-packages/bumblebee/drivers/printcoredriver.py", line 20, in <module>
lib_path = hive.getEngine('Printrun', type="driver", repo="
https://github.com/kliment/Printrun")
File "/usr/local/lib/python2.7/dist-packages/bumblebee/hive.py", line 272, in getEngine
call(['git', 'clone', repo, engine_path], stdout=log_stream, stderr=log_stream)
File "/usr/lib/python2.7/subprocess.py", line 168, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Thanks in advance for any assistance.