Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python issue #45

Open
Tazzash opened this issue Aug 28, 2018 · 1 comment
Open

Python issue #45

Tazzash opened this issue Aug 28, 2018 · 1 comment

Comments

@Tazzash
Copy link

Tazzash commented Aug 28, 2018

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
Copy link

skhadem commented Aug 29, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants