kusti8 / hue-plus

A Windows and Linux driver in Python for the NZXT Hue+
GNU General Public License v3.0
229 stars 18 forks source link

Python issue #45

Open Tazzash opened 6 years ago

Tazzash commented 6 years ago

I get this error when trying to run hue_ui

Traceback (most recent call last): File "/home/tarron/.local/bin/hue_ui", line 7, in from hue_plus.hue_ui import main File "/home/tarron/.local/lib/python3.5/site-packages/hue_plus/hue_ui.py", line 15, in from PyQt5.QtCore import Qt, QTimer ImportError: /home/tarron/.local/lib/python3.5/site-packages/PyQt5/QtCore.so: undefined symbol: PySlice_AdjustIndices

skhadem commented 6 years ago

I had the same issue, seems like a Qt back compatibility problem with python. I was able to get it running in python 3.6