-
Notifications
You must be signed in to change notification settings - Fork 141
Description
Hello friend,
I am trying to install your software in my Ubuntu 16.04 x64.
I can install it from the sources and run via terminal succesfully.
But when I try to run "mkchromecast -t" I get the following error:
Traceback (most recent call last):
File "./mkchromecast", line 15, in
from mkchromecast.cast import casting
File "./../mkchromecast/cast.py", line 8, in
from mkchromecast.preferences import ConfigSectionMap
File "./../mkchromecast/preferences.py", line 60, in
from PyQt5.QtWidgets import (QWidget, QLabel, QComboBox, QApplication,
ImportError: /home/eduardoxy/.local/lib/python3.5/site-packages/PyQt5/QtCore.so: undefined symbol: PySlice_AdjustIndices
Could you have some solution to that problem?
ps: I have installed the pyqt5, but I'm not able to identify what is wrong.
Thank you!