Surround360 is Facebook's open source hardware and software for capturing stereoscopic 3D 360 video for VR. The repo contains hardware designs, as well as software for camera control and rendering.
python run_all.py
Traceback (most recent call last):
File "run_all.py", line 32, in
if USE_GOOEY: from gooey import Gooey, GooeyParser # only load Gooey if needed
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/init.py", line 2, in
from gooey.python_bindings.gooey_decorator import Gooey
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/python_bindings/gooey_decorator.py", line 14, in
from gooey.gui import application
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/application.py", line 8, in
from gooey.gui.controller import Controller
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/controller.py", line 2, in
from gooey.gui.presenter import Presenter
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/presenter.py", line 3, in
from gooey.gui.processor import ProcessController
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/processor.py", line 13, in
from gooey.gui.util.taskkill import taskkill
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/util/taskkill.py", line 10, in
import psutil
ImportError: No module named psutil
laiseng@laiseng-Precision-Rack-7910:~/Surround360/surround360_render/scripts$ ^C
laiseng@laiseng-Precision-Rack-7910:~/Surround360/surround360_render/scripts$
laiseng@laiseng-Precision-Rack-7910:~/Surround360/surround360_render/scripts$
python run_all.py Traceback (most recent call last): File "run_all.py", line 32, in
if USE_GOOEY: from gooey import Gooey, GooeyParser # only load Gooey if needed
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/init.py", line 2, in
from gooey.python_bindings.gooey_decorator import Gooey
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/python_bindings/gooey_decorator.py", line 14, in
from gooey.gui import application
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/application.py", line 8, in
from gooey.gui.controller import Controller
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/controller.py", line 2, in
from gooey.gui.presenter import Presenter
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/presenter.py", line 3, in
from gooey.gui.processor import ProcessController
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/processor.py", line 13, in
from gooey.gui.util.taskkill import taskkill
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/util/taskkill.py", line 10, in
import psutil
ImportError: No module named psutil
laiseng@laiseng-Precision-Rack-7910:~/Surround360/surround360_render/scripts$ ^C
laiseng@laiseng-Precision-Rack-7910:~/Surround360/surround360_render/scripts$