

Perhaps I will have to accept a manual workaround for now, until 5.10+ is supported on debian based distros.ĭowngrading pyqt5 was the first thing I thought about but qoob has a hard dependency on pyqt5 5.11 actually, you have no choice but to go with the latest version. Sadly, qoob also use QRandomGenerator, which was introduced in version 5.10. It turns out supporting all distros is harder than I thought. I wanted to use pip installer as a simple way to reach a broader audience, but obviously it is not the best approach. It is very interesting, as it mean the problem might be solved by installing pyqt5 with ubuntu repos instead of pip wheels. Installing collected packages: mutagen, PyQt5-sip, pyqt5, qoob errorĬomplete output from command /usr/bin/python3 -u -c "import setuptools, tokenize _file_='/tmp/pip-build-khgsn7gk/mutagen/setup.py' f=getattr(tokenize, 'open', open)(_file_) code=f.read().replace('\r\n', '\n') f.close() exec(compile(code, _file_, 'exec'))" bdist_wheel -d /tmp/tmpzq_gae32pip-wheel-python-tag cp36:


Running setup.py bdist_wheel for mutagen. errorĬomplete output from command /usr/bin/python3 -u -c "import setuptools, tokenize _file_='/tmp/pip-build-khgsn7gk/qoob/setup.py' f=getattr(tokenize, 'open', open)(_file_) code=f.read().replace('\r\n', '\n') f.close() exec(compile(code, _file_, 'exec'))" bdist_wheel -d /tmp/tmpxwvrclcdpip-wheel-python-tag cp36: # Manually add file libQt5MultimediaGstTools.so.5 to /usr/lib QLibraryPrivate::loadPlugin failed on "/usr/local/lib/python3.6/dist-packages/PyQt5/Qt/plugins/mediaservice/libgstmediaplayer.so" : "Cannot load library /usr/local/lib/python3.6/dist-packages/PyQt5/Qt/plugins/mediaservice/libgstmediaplayer.so: (libQt5MultimediaGstTools.so.5: cannot open shared object file: No such file or directory)"ĭefaultServiceProvider::requestService(): no service found for - ".mediaplayer" Ĭannot load library /usr/local/lib/python3.6/dist-packages/PyQt5/Qt/plugins/mediaservice/libgstmediaplayer.so: (libQt5MultimediaGstTools.so.5: cannot open shared object file: No such file or directory) QFactoryLoader::QFactoryLoader() checking directory path "/usr/bin/mediaservice". Code: Select all Got keys from plugin meta data ("gstreamermediaplayer")
