Marxlp / pyFlightAnalysis

Flight log file visualization tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't open

mengchaoheng opened this issue · comments

commented

after analysis:
Traceback (most recent call last):
File "/home/mch/.local/bin/analysis", line 7, in
from pyflightanalysis.analysis import main
File "/home/mch/.local/lib/python2.7/site-packages/pyflightanalysis/analysis.py", line 20, in
from widgets import QuadrotorWin, InfoWin, TabWidget
File "/home/mch/.local/lib/python2.7/site-packages/pyflightanalysis/widgets.py", line 161, in
class QuadrotorWidget(QtOpenGL.QGLWidget):
File "/home/mch/.local/lib/python2.7/site-packages/pyqtgraph/Qt.py", line 56, in getattr
raise self.err
ImportError: cannot import name QtOpenGL

commented

I notice that you are using Python2.7. As described in the README, you should use Python3.x.