ulid / spec

The canonical spec for ulid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Qt_5.11' not found

andsmith opened this issue · comments

I ran 'git submodule update --init --recursive' then 'sudo make install' then 'brain-player b82cae11-b1e5-49fa-a921-923994b07b9a' and got this error:

Traceback (most recent call last): File "/usr/local/bin/brain-player", line 2, in <module> from assist_replayer import main File "/usr/local/lib/python2.7/dist-packages/assist_replayer/__init__.py", line 17, in <module> from app import main File "/usr/local/lib/python2.7/dist-packages/assist_replayer/app.py", line 17, in <module> from PySide2.QtCore import QPointF, QUrl, Signal, Slot ImportError: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version Qt_5.11' not found (required by /usr/local/lib/python2.7/dist-packages/PySide2/QtCore.so)
`